Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
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.