共用方式為


UITechnologyElement.SupportLevel 屬性

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Extension
組件:  Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

語法

'宣告
Public Overridable Property SupportLevel As Integer
public virtual int SupportLevel { get; set; }
public:
virtual property int SupportLevel {
    int get ();
    void set (int value);
}
abstract SupportLevel : int with get, set 
override SupportLevel : int with get, set
function get SupportLevel () : int 
function set SupportLevel (value : int)

屬性值

類型:Int32

.NET Framework 安全性

請參閱

參考

UITechnologyElement 類別

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空間