EditorFactory.EditorCaption Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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 with get
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.