INavigationNode.Parent Property
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
ReadOnly Property Parent As INavigationNode
INavigationNode Parent { get; }
property INavigationNode^ Parent {
INavigationNode^ get ();
}
abstract Parent : INavigationNode with get
function get Parent () : INavigationNode
Property Value
Type: Microsoft.TeamFoundation.Controls.WPF.INavigationNode
Returns INavigationNode.
.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.