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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.