FontAndColorProviderBase.IVsFontAndColorDefaults.GetFlags Method
Gets defined flags.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.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
- flags
Type: System.UInt32%
A pointer to UInt32.
Return Value
Type: System.Int32
Returns an integer flag value.
Implements
IVsFontAndColorDefaultsGetFlags(UInt32)
See Also
Reference
FontAndColorProviderBase Class
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace