BaseUIHierarchy.HierarchyNode Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Dichiarazione
Public Property HierarchyNode As RootNode
Get
Friend Set
public RootNode HierarchyNode { get; internal set; }
public:
property RootNode^ HierarchyNode {
RootNode^ get ();
internal: void set (RootNode^ value);
}
member HierarchyNode : RootNode with get, internal set
function get HierarchyNode () : RootNode
internal 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.