Share via


. 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 GetFlags ( _
    <OutAttribute> ByRef flags As UInteger _
) As Integer Implements IVsFontAndColorDefaults.GetFlags
'Usage
Dim instance As FontAndColorProviderBase
Dim flags As UInteger
Dim returnValue As Integer

returnValue = CType(instance, IVsFontAndColorDefaults).GetFlags(flags)
int IVsFontAndColorDefaults.GetFlags(
    out uint flags
)
private:
virtual int GetFlags(
    [OutAttribute] unsigned int% flags
) sealed = IVsFontAndColorDefaults::GetFlags
private abstract GetFlags : 
        flags:uint32 byref -> int 
private override GetFlags : 
        flags:uint32 byref -> int 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

Type: System..::..Int32

Implements

IVsFontAndColorDefaultsGetFlags(UInt32%)

See Also

Reference

FontAndColorProviderBase Class

Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace