. Method
Namespace: Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly: Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)
Syntax
'Declaration
Private Function GetObject ( _
ByRef rguidCategory As Guid, _
<OutAttribute> ByRef ppObj As Object _
) As Integer Implements IVsFontAndColorDefaultsProvider.GetObject
'Usage
Dim instance As SqlEditorPackage
Dim rguidCategory As Guid
Dim ppObj As Object
Dim returnValue As Integer
returnValue = CType(instance, IVsFontAndColorDefaultsProvider).GetObject(rguidCategory, _
ppObj)
int IVsFontAndColorDefaultsProvider.GetObject(
ref Guid rguidCategory,
out Object ppObj
)
private:
virtual int GetObject(
Guid% rguidCategory,
[OutAttribute] Object^% ppObj
) sealed = IVsFontAndColorDefaultsProvider::GetObject
private abstract GetObject :
rguidCategory:Guid byref *
ppObj:Object byref -> int
private override GetObject :
rguidCategory:Guid byref *
ppObj:Object byref -> int
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- rguidCategory
Type: System..::..Guid%
- ppObj
Type: System..::..Object%
Return Value
Type: System..::..Int32
Implements
IVsFontAndColorDefaultsProviderGetObject(Guid%, Object%)
See Also
Reference
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace