ModelExplorerTreeContainer.CurrentParentElement 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.
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