다음을 통해 공유


VsCodeWindowClass.GetEditorCaption 메서드

편집기에 사용자 지정 텍스트를 추가할 수 있습니다 편집기 캡션을 반환 합니다.

네임스페이스:  Microsoft.VisualStudio.TextManager.Interop
어셈블리:  Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)

구문

‘선언
Public Overridable Function GetEditorCaption ( _
    dwReadOnly As READONLYSTATUS, _
    <OutAttribute> ByRef pbstrEditorCaption As String _
) As Integer
public virtual int GetEditorCaption(
    READONLYSTATUS dwReadOnly,
    out string pbstrEditorCaption
)
public:
virtual int GetEditorCaption(
    [InAttribute] READONLYSTATUS dwReadOnly, 
    [OutAttribute] String^% pbstrEditorCaption
)
abstract GetEditorCaption : 
        dwReadOnly:READONLYSTATUS * 
        pbstrEditorCaption:string byref -> int  
override GetEditorCaption : 
        dwReadOnly:READONLYSTATUS * 
        pbstrEditorCaption:string byref -> int
public function GetEditorCaption(
    dwReadOnly : READONLYSTATUS, 
    pbstrEditorCaption : String
) : int

매개 변수

  • pbstrEditorCaption
    형식: String%

    [out] 캡션 텍스트를 포함 하는 BSTR에 대 한 포인터입니다.

반환 값

형식: Int32

구현

IVsCodeWindow.GetEditorCaption(READONLYSTATUS, String%)

.NET Framework 보안

참고 항목

참조

VsCodeWindowClass 클래스

Microsoft.VisualStudio.TextManager.Interop 네임스페이스