ColorableItem.GetDisplayName 메서드

Gets the display name of the custom ColorableItem object.

네임스페이스:  RadLangSvc
어셈블리:  RadLangSvc(RadLangSvc.dll)

구문

‘선언
Public Function GetDisplayName ( _
    <OutAttribute> ByRef pbstrName As String _
) As Integer
‘사용 방법
Dim instance As ColorableItem 
Dim pbstrName As String 
Dim returnValue As Integer 

returnValue = instance.GetDisplayName(pbstrName)
public int GetDisplayName(
    out string pbstrName
)
public:
virtual int GetDisplayName(
    [OutAttribute] String^% pbstrName
) sealed
abstract GetDisplayName : 
        pbstrName:string byref -> int  
override GetDisplayName : 
        pbstrName:string byref -> int
public final function GetDisplayName(
    pbstrName : String
) : int

매개 변수

  • pbstrName
    유형: System.String%
    An [out] parameter that returns a localized string containing the display name for the custom colorable item.

반환 값

유형: System.Int32
An integer value that specifies a defined result. If the method succeeds, it returns S_OK. If it fails, it throws an appropriate exception.

구현

IVsColorableItemGetDisplayName(String)

참고 항목

참조

ColorableItem 클래스

RadLangSvc 네임스페이스