EditorFactory.EditorCaption Property

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'宣言
Protected MustOverride ReadOnly Property EditorCaption As String
'使用
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

Permissions

See Also

Reference

EditorFactory Class

EditorFactory Members

Microsoft.VisualStudio.TestTools.Vsip Namespace