Share via


IVsFontAndColorDefaultsProvider.GetObject Method

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)

Syntax

'Declaration
Function GetObject ( _
    ByRef rguidCategory As Guid, _
    <OutAttribute> ByRef ppObj As Object _
) As Integer
int GetObject(
    ref Guid rguidCategory,
    out Object ppObj
)
int GetObject(
    [InAttribute] Guid% rguidCategory, 
    [OutAttribute] Object^% ppObj
)
abstract GetObject : 
        rguidCategory:Guid byref * 
        ppObj:Object byref -> int 
function GetObject(
    rguidCategory : Guid, 
    ppObj : Object
) : int

Parameters

  • rguidCategory
    Type: System.Guid%
    [in] Specifies the GUID of the category.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsFontAndColorDefaultsProvider::GetObject(
   [in] REFGUID rguidCategory,
   [out] IUnknown **ppObj
);

.NET Framework Security

See Also

Reference

IVsFontAndColorDefaultsProvider Interface

Microsoft.VisualStudio.Shell.Interop Namespace