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