TestListCategoryId.Root Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the internal ID for the container for all test lists.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Root As TestListCategoryId
public static TestListCategoryId Root { get; }
public:
static property TestListCategoryId^ Root {
TestListCategoryId^ get ();
}
static member Root : TestListCategoryId with get
static function get Root () : TestListCategoryId
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
The ID for the container for all test lists.
.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.