Share via


FolderDiffFontAndColorDefaultsProvider.GetObject Method

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

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

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

FolderDiffFontAndColorDefaultsProvider Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace