다음을 통해 공유


TestAndCategoryPair.CategoryId Property

Definition

Gets the ID for the test category.

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

Property Value

The ID for the test category.

Applies to