Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Function GetEditorCaption ( _
status As Integer _
) As String
string GetEditorCaption(
int status
)
Parameters
- status
Type: System.Int32
READONLYSTATUS .
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.