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 value that indicates whether this hierarchy is busy loading or refreshing, or is idle.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property State As BaseUIHierarchy.HierarchyState
'Usage
Dim instance As BaseUIHierarchy
Dim value As BaseUIHierarchy.HierarchyState
value = instance.State
instance.State = value
public BaseUIHierarchy.HierarchyState State { get; set; }
public:
property BaseUIHierarchy.HierarchyState State {
BaseUIHierarchy.HierarchyState get ();
void set (BaseUIHierarchy.HierarchyState value);
}
public function get State () : BaseUIHierarchy.HierarchyState
public function set State (value : BaseUIHierarchy.HierarchyState)
Property Value
Type: Microsoft.TeamFoundation.Common.BaseUIHierarchy.HierarchyState
.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.