Condividi tramite


IVSMDDesignerLoader.GetEditorCaption Method

Gets the editor caption for the design surface.

Namespace:  Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

Syntax

'Dichiarazione
Function GetEditorCaption ( _
    status As Integer _
) As String
'Utilizzo
Dim instance As IVSMDDesignerLoader
Dim status As Integer
Dim returnValue As String

returnValue = instance.GetEditorCaption(status)
string GetEditorCaption(
    int status
)
String^ GetEditorCaption(
    [InAttribute] int status
)
abstract GetEditorCaption : 
        status:int -> string 
function GetEditorCaption(
    status : int
) : String

Parameters

Return Value

Type: System.String
The caption.

Remarks

The loader is responsible for everything related to buffers, so it is in charge of maintaining the editor caption.

.NET Framework Security

See Also

Reference

IVSMDDesignerLoader Interface

IVSMDDesignerLoader Members

Microsoft.VisualStudio.Designer.Interfaces Namespace