IVsFontAndColorStorage.CloseCategory Method
Closes the registry key containing font and color information for the Display Items in the currently open Category.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function CloseCategory As Integer
int CloseCategory()
int CloseCategory()
abstract CloseCategory : unit -> int
function CloseCategory() : int
Return Value
Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
The Category 's registry entry must be opened with OpenCategory.
In addition to explicitly closing a Category by calling CloseCategory, a Category is closed automatically when:
The current instance of the IVsFontAndColorStorage interface is destroyed. -or-
When OpenCategory is called for another Category.
Explicitly closing entries by calling CloseCategory is good practice as it ensures that no code reads from or writes to a Category that it is not supposed to.
.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.
See Also
Reference
IVsFontAndColorStorage Interface