Share via


UITechnologyElement.SupportLevel Property

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
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)

Property Value

Type: Int32

.NET Framework Security

See Also

Reference

UITechnologyElement Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace