ITestElement.IsAutomated Property

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

Syntax

'宣言
ReadOnly Property IsAutomated As Boolean
'使用
Dim instance As ITestElement
Dim value As Boolean

value = instance.IsAutomated
bool IsAutomated { get; }
property bool IsAutomated {
    bool get ();
}
function get IsAutomated () : boolean

Property Value

Type: System.Boolean

Permissions

See Also

Reference

ITestElement Interface

ITestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace