FontAndColorProviderBase.IVsFontAndColorDefaults.GetItemByName 메서드

Gets an item from the itemName parameter.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Private Function GetItemByName ( _
    itemName As String, _
    info As AllColorableItemInfo() _
) As Integer Implements IVsFontAndColorDefaults.GetItemByName
‘사용 방법
Dim instance As FontAndColorProviderBase 
Dim itemName As String 
Dim info As AllColorableItemInfo()
Dim returnValue As Integer 

returnValue = CType(instance, IVsFontAndColorDefaults).GetItemByName(itemName, _
    info)
int IVsFontAndColorDefaults.GetItemByName(
    string itemName,
    AllColorableItemInfo[] info
)
private:
virtual int GetItemByName(
    String^ itemName, 
    array<AllColorableItemInfo>^ info
) sealed = IVsFontAndColorDefaults::GetItemByName
private abstract GetItemByName : 
        itemName:string * 
        info:AllColorableItemInfo[] -> int  
private override GetItemByName : 
        itemName:string * 
        info:AllColorableItemInfo[] -> int
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

매개 변수

  • itemName
    유형: System.String
    A string value that specifies the name.
  • info
    유형: array<AllColorableItemInfo[]
    An AllColorableItemInfo array.

반환 값

유형: System.Int32
An integer value that specifies the item.

구현

IVsFontAndColorDefaultsGetItemByName(String, AllColorableItemInfo)

참고 항목

참조

FontAndColorProviderBase 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스