Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
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.