TaskValidationMessage.Category Property
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Category As TaskCategory
'Usage
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
.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.