FontAndColorProviderBase.IVsFontAndColorDefaults.GetItem Method

Gets an integer value that identifies an item.

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

Syntax

'Declaration
Private Function GetItem ( _
    item As Integer, _
    info As AllColorableItemInfo() _
) As Integer Implements IVsFontAndColorDefaults.GetItem
'Usage
Dim instance As FontAndColorProviderBase 
Dim item As Integer 
Dim info As AllColorableItemInfo()
Dim returnValue As Integer 

returnValue = CType(instance, IVsFontAndColorDefaults).GetItem(item, _
    info)
int IVsFontAndColorDefaults.GetItem(
    int item,
    AllColorableItemInfo[] info
)
private:
virtual int GetItem(
    int item, 
    array<AllColorableItemInfo>^ info
) sealed = IVsFontAndColorDefaults::GetItem
private abstract GetItem : 
        item:int * 
        info:AllColorableItemInfo[] -> int  
private override GetItem : 
        item:int * 
        info:AllColorableItemInfo[] -> int
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • info
    Type: array<AllColorableItemInfo[]
    A AllColorableItemInfo array.

Return Value

Type: System.Int32
An integer value that identifies an item.

Implements

IVsFontAndColorDefaultsGetItem(Int32, AllColorableItemInfo)

See Also

Reference

FontAndColorProviderBase Class

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