Share via


EditorFactory.EditorCaption Property

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
'Usage
Dim value As String 

value = Me.EditorCaption
protected abstract string EditorCaption { get; }
protected:
virtual property String^ EditorCaption {
    String^ get () abstract;
}
protected abstract function get EditorCaption () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

EditorFactory Class

EditorFactory Members

Microsoft.VisualStudio.TestTools.Vsip Namespace