IVsDataExplorerNode.IsPlaced Property

Definition

Gets a value indicating whether the current node has been inserted into the Server Explorer tree.

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

Property Value

true if node is placed; otherwise, false.

Applies to