Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the root node for this hierarchy.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property HierarchyNode As RootNode
'Usage
Dim instance As BaseUIHierarchy
Dim value As RootNode
value = instance.HierarchyNode
instance.HierarchyNode = value
public RootNode HierarchyNode { get; internal set; }
public:
property RootNode^ HierarchyNode {
RootNode^ get ();
void set (RootNode^ value);
}
public function get HierarchyNode () : RootNode
public function set HierarchyNode (value : RootNode)
Property Value
Type: Microsoft.TeamFoundation.Common.RootNode
.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.