IVsFontAndColorDefaultsProvider::GetObject Method (Guid, Object^)
Visual Studio 2015
Returns an IVsFontAndColorDefaults or an IVsFontAndColorGroup IVsFontAndColorDefaults interface for the category specified by the rguidCategory parameter.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- rguidCategory
-
Type:
System::Guid
[in] Specifies the GUID of the category.
- ppObj
-
Type:
System::Object^
[out] An IUnknown interface, which must be queried for either an IVsFontAndColorGroup or IVsFontAndColorDefaults interface.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsFontAndColorDefaultsProvider::GetObject(
[in] REFGUID rguidCategory,
[out] IUnknown **ppObj
);
Show: