ITeamExplorerNavigationItem.Text Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Get the text of this item. If the text changes, the PropertyChanged event should be raised.

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

Syntax

'Declaration
ReadOnly Property Text As String
string Text { get; }
property String^ Text {
    String^ get ();
}
abstract Text : string with get
function get Text () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ITeamExplorerNavigationItem Interface

Microsoft.TeamFoundation.Controls Namespace