IVsFontAndColorDefaultsProvider::GetObject Method (Guid, Object^)

 

Returns an IVsFontAndColorDefaults or an IVsFontAndColorGroup IVsFontAndColorDefaults interface for the category specified by the rguidCategory parameter.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetObject(
	[InAttribute] Guid% rguidCategory,
	[OutAttribute] Object^% ppObj
)

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::Int32

If 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
);
Return to top
Show: