IVsDataExplorerNode.IsExpandable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the current node can be expanded to show lower-level child nodes.
public:
property bool IsExpandable { bool get(); };
public bool IsExpandable { get; }
member this.IsExpandable : bool
Public ReadOnly Property IsExpandable As Boolean
Property Value
true if the node is expandable; otherwise, false.