Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Public Overridable ReadOnly Property Category As TaskCategory
'使用
Dim instance As TaskValidationMessage
Dim value As TaskCategory
value = instance.Category
public virtual TaskCategory Category { get; }
public:
virtual property TaskCategory Category {
TaskCategory get ();
}
public function get Category () : TaskCategory
Property Value
Type: Microsoft.VisualStudio.Shell.TaskCategory
Permissions
- 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.