NavigationNode.Parent Property
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property Parent As INavigationNode
public INavigationNode Parent { get; private set; }
public:
virtual property INavigationNode^ Parent {
INavigationNode^ get () sealed;
private: void set (INavigationNode^ value) sealed;
}
abstract Parent : INavigationNode with get, private set
override Parent : INavigationNode with get, private set
final function get Parent () : INavigationNode
private final function set Parent (value : INavigationNode)
Property Value
Type: Microsoft.TeamFoundation.Controls.WPF.INavigationNode
Returns INavigationNode.
Implements
.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.