FontsAndColorsCategory::ColorCategory Property

 

Gets or sets the color category.

Namespace:   Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

public:
property Guid ColorCategory {
	[CompilerGeneratedAttribute]
	Guid get();
	[CompilerGeneratedAttribute]
	protected: void set(Guid value);
}

Property Value

Type: System::Guid

The color category.

Return to top
Show: