FontsAndColorsCategory.ColorCategory Property
Gets or sets the color category.
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Syntax
‘선언
Public Property ColorCategory As Guid
public Guid ColorCategory { get; protected set; }
public:
property Guid ColorCategory {
Guid get ();
protected: void set (Guid value);
}
member ColorCategory : Guid with get, set
function get ColorCategory () : Guid
protected function set ColorCategory (value : Guid)
Property Value
Type: System.Guid
The color category.
.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.