TestCategoryId.AllItems Property
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property AllItems As TestCategoryId
'Usage
Dim value As TestCategoryId
value = TestCategoryId.AllItems
public static TestCategoryId AllItems { get; }
public:
static property TestCategoryId^ AllItems {
TestCategoryId^ get ();
}
public static function get AllItems () : TestCategoryId
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestCategoryId
.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.