TestResultId.IsRootLevel Property

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

Syntax

'宣言
Public ReadOnly Property IsRootLevel As Boolean
'使用
Dim instance As TestResultId
Dim value As Boolean

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

Property Value

Type: System.Boolean

Permissions

See Also

Reference

TestResultId Class

TestResultId Members

Microsoft.VisualStudio.TestTools.Common Namespace