Share via


DTEClass.SelectedItems Property

Definition

For more information on this property, refer to SelectedItems.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual property EnvDTE::SelectedItems ^ SelectedItems { EnvDTE::SelectedItems ^ get(); };
[System.Runtime.InteropServices.DispId(213)]
public virtual EnvDTE.SelectedItems SelectedItems { [System.Runtime.InteropServices.DispId(213)] get; }
[<System.Runtime.InteropServices.DispId(213)>]
[<get: System.Runtime.InteropServices.DispId(213)>]
member this.SelectedItems : EnvDTE.SelectedItems
Public Overridable ReadOnly Property SelectedItems As SelectedItems

Property Value

The selected items.

Implements

Attributes

Applies to