TestListCategoryId.Uncategorized Property

Definition

Gets the ID for the list of uncategorized tests.

public:
 static property Microsoft::VisualStudio::TestTools::Common::TestListCategoryId ^ Uncategorized { Microsoft::VisualStudio::TestTools::Common::TestListCategoryId ^ get(); };
public static Microsoft.VisualStudio.TestTools.Common.TestListCategoryId Uncategorized { get; }
static member Uncategorized : Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
Public Shared ReadOnly Property Uncategorized As TestListCategoryId

Property Value

The ID for the list of uncategorized tests.

Applies to