UIObject.SpecialControlType Property
Gets or sets the special type for 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 SpecialControlType As SpecialControlType
public SpecialControlType SpecialControlType { get; set; }
public:
property SpecialControlType SpecialControlType {
SpecialControlType get ();
void set (SpecialControlType value);
}
member SpecialControlType : SpecialControlType with get, set
function get SpecialControlType () : SpecialControlType
function set SpecialControlType (value : SpecialControlType)
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UIMap.SpecialControlType
The special control type.
.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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Common.UIMap Namespace