SilverlightEdit.SelectionLength 属性

获取或设置选定文本的长度。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight(在 Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll 中)

语法

声明
Public Overridable Property SelectionLength As Integer
    Get
    Set
public virtual int SelectionLength { get; set; }
public:
virtual property int SelectionLength {
    int get ();
    void set (int value);
}
abstract SelectionLength : int with get, set
override SelectionLength : int with get, set
function get SelectionLength () : int
function set SelectionLength (value : int)

属性值

类型:System.Int32
选定文本的长度。

.NET Framework 安全性

请参见

参考

SilverlightEdit 类

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls 命名空间