TestCategoryId.Root Property
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Root As TestCategoryId
'Usage
Dim value As TestCategoryId
value = TestCategoryId.Root
public static TestCategoryId Root { get; }
public:
static property TestCategoryId^ Root {
TestCategoryId^ get ();
}
public static function get Root () : TestCategoryId
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestCategoryId
.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.