Share via


WorkItemInformationProvider.AlternateEditorText Property

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property AlternateEditorText As String
public virtual string AlternateEditorText { get; }
public:
virtual property String^ AlternateEditorText {
    String^ get ();
}
abstract AlternateEditorText : string with get 
override AlternateEditorText : string with get
function get AlternateEditorText () : String

Property Value

Type: System.String
Returns String.

Implements

IWorkItemInformationProvider.AlternateEditorText

.NET Framework Security

See Also

Reference

WorkItemInformationProvider Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace