TestElement.CategoryId Property

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'宣言
Public Property CategoryId As TestCategoryId
'使用
Dim instance As TestElement
Dim value As TestCategoryId

value = instance.CategoryId

instance.CategoryId = value
public TestCategoryId CategoryId { get; set; }
public:
virtual property TestCategoryId^ CategoryId {
    TestCategoryId^ get () sealed;
    void set (TestCategoryId^ value) sealed;
}
public final function get CategoryId () : TestCategoryId
public final function set CategoryId (value : TestCategoryId)

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestCategoryId

Implements

ITestElement.CategoryId

Permissions

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace