ModelingWindowPane.SelectedElements Property

Gets the elements that are selected in the modeling window.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
Protected ReadOnly Property SelectedElements As IList
'使用
Dim value As IList

value = Me.SelectedElements
protected IList SelectedElements { get; }
protected:
property IList^ SelectedElements {
    IList^ get ();
}
protected function get SelectedElements () : IList

Property Value

Type: System.Collections.IList

The elements that are selected in the modeling window.

Permissions

See Also

Reference

ModelingWindowPane Class

ModelingWindowPane Members

Microsoft.VisualStudio.Modeling.Shell Namespace