TeamExplorerNavigationItemAttribute.TargetPageId Property
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.