UIObject.SupportLevel Property

Gets or sets the level at which the current technology supports this UI object.

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

Syntax

'Declaration
Public Property SupportLevel As Integer
public int SupportLevel { get; set; }
public:
property int SupportLevel {
    int get ();
    void set (int value);
}
member SupportLevel : int with get, set
function get SupportLevel () : int 
function set SupportLevel (value : int)

Property Value

Type: System.Int32
The actual support level.

.NET Framework Security

See Also

Reference

UIObject Class

Microsoft.VisualStudio.TestTools.UITest.Common.UIMap Namespace

SupportLevelWrapper