ModelExplorerTreeContainer.SelectedElement 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 model element currently selected in the explorer window. Returns null if no model element is selected.
protected:
property Microsoft::VisualStudio::Modeling::ModelElement ^ SelectedElement { Microsoft::VisualStudio::Modeling::ModelElement ^ get(); };
protected Microsoft.VisualStudio.Modeling.ModelElement SelectedElement { get; }
member this.SelectedElement : Microsoft.VisualStudio.Modeling.ModelElement
Protected ReadOnly Property SelectedElement As ModelElement