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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.