ModelExplorerTreeContainer.CurrentParentElement Property

Definition

Returns the parent of the model element currently selected in the explorer window. Returns null if there is no parent.

protected:
 property Microsoft::VisualStudio::Modeling::ModelElement ^ CurrentParentElement { Microsoft::VisualStudio::Modeling::ModelElement ^ get(); };
protected Microsoft.VisualStudio.Modeling.ModelElement CurrentParentElement { get; }
member this.CurrentParentElement : Microsoft.VisualStudio.Modeling.ModelElement
Protected ReadOnly Property CurrentParentElement As ModelElement

Property Value

Applies to