IVsDataExplorerNode.IsPlaced 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 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.