Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets GUID of the color category.
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Syntax
'Declaration
Public Function SetColorCategory ( _
newColorCategory As Guid _
) As FontsAndColorsCategory
public FontsAndColorsCategory SetColorCategory(
Guid newColorCategory
)
public:
FontsAndColorsCategory^ SetColorCategory(
Guid newColorCategory
)
member SetColorCategory :
newColorCategory:Guid -> FontsAndColorsCategory
public function SetColorCategory(
newColorCategory : Guid
) : FontsAndColorsCategory
Parameters
- newColorCategory
Type: System.Guid
The GUID of the color category.
Return Value
Type: Microsoft.VisualStudio.Editor.FontsAndColorsCategory
The new FontsAndColorsCategory.
.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.