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 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

Implements

IVsFontAndColorDefaultsGetPriority(UInt16%)

See Also

Reference

FontAndColorProviderBase Class

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