FontAndColorProviderBase.IVsFontAndColorDefaults.GetPriority Method

Gets the font and color priority.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Private Function GetPriority ( _
    <OutAttribute> ByRef priority As UShort _
) As Integer Implements IVsFontAndColorDefaults.GetPriority
'Usage
Dim instance As FontAndColorProviderBase 
Dim priority As UShort 
Dim returnValue As Integer 

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

Parameters

Return Value

Type: System.Int32
An integer value that specifies the font and color priority.

Implements

IVsFontAndColorDefaultsGetPriority(UInt16)

See Also

Reference

FontAndColorProviderBase Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace