Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the caption that is appended to the file name to create the display name for this editor.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Protected MustOverride ReadOnly Property EditorCaption As String
protected abstract string EditorCaption { get; }
protected:
virtual property String^ EditorCaption {
String^ get () abstract;
}
abstract EditorCaption : string
abstract function get EditorCaption () : String
Property Value
Type: System.String
The caption that is appended to the file name to create the display name for this editor.
.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.