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
- rguidCategory
Type: System.Guid%
- ppObj
Type: System.Object%
Return Value
Type: System.Int32
Returns Int32.
.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
FolderDiffFontAndColorDefaultsProvider Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace