IVsDataExplorerNode.CanOpen Property

Definition

Gets a value indicating whether the open command is supported on the node.

public:
 property bool CanOpen { bool get(); };
public bool CanOpen { get; }
member this.CanOpen : bool
Public ReadOnly Property CanOpen As Boolean

Property Value

true if the open command is supported; otherwise, false.

Applies to