TeamExplorerNavigationItemAttribute.TargetPageId Property

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

Get/set the ID of the page that is the target of this navigation item. This enables Team Explorer to associate a navigation item with a page and set the check box in the Team Explorer navigation control accordingly.

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

Syntax

'Declaration
Public Property TargetPageId As String
public string TargetPageId { get; set; }
public:
property String^ TargetPageId {
    String^ get ();
    void set (String^ value);
}
member TargetPageId : string with get, set
function get TargetPageId () : String 
function set TargetPageId (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TeamExplorerNavigationItemAttribute Class

Microsoft.TeamFoundation.Controls Namespace