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
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

See Also

Reference

TestListCategoryId Class

Microsoft.VisualStudio.TestTools.Common Namespace