Share via


BaseHierarchyNode.IsExpanded Property

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Public ReadOnly Property IsExpanded As Boolean
'Usage
Dim instance As BaseHierarchyNode 
Dim value As Boolean 

value = instance.IsExpanded
public bool IsExpanded { get; }
public:
property bool IsExpanded {
    bool get ();
}
public function get IsExpanded () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

BaseHierarchyNode Class

BaseHierarchyNode Members

Microsoft.TeamFoundation.Common Namespace