다음을 통해 공유


. 메서드

Gets the editor caption.

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

구문

‘선언
Private Function GetEditorCaption ( _
    status As READONLYSTATUS, _
    <OutAttribute> ByRef baseEditorCaption As String _
) As Integer Implements IVsCodeWindow.GetEditorCaption
‘사용 방법
Dim instance As ScriptEditorControl
Dim status As READONLYSTATUS
Dim baseEditorCaption As String
Dim returnValue As Integer

returnValue = CType(instance, IVsCodeWindow).GetEditorCaption(status, _
    baseEditorCaption)
int IVsCodeWindow.GetEditorCaption(
    READONLYSTATUS status,
    out string baseEditorCaption
)
private:
virtual int GetEditorCaption(
    READONLYSTATUS status, 
    [OutAttribute] String^% baseEditorCaption
) sealed = IVsCodeWindow::GetEditorCaption
private abstract GetEditorCaption : 
        status:READONLYSTATUS * 
        baseEditorCaption:string byref -> int 
private override GetEditorCaption : 
        status:READONLYSTATUS * 
        baseEditorCaption:string byref -> int 
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

매개 변수

  • status
    유형: READONLYSTATUS
    A READONLYSTATUS object.

반환 값

유형: System. . :: . .Int32
An integer value that indicates the result of the operation.

구현

IVsCodeWindowGetEditorCaption(READONLYSTATUS, String%)