Share via


ISharePointProject.SelectedProjectItems Property

Definition

Gets a list of SharePoint project items selected in Solution Explorer.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::ISharePointProjectItem ^> ^ SelectedProjectItems { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::ISharePointProjectItem ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.ISharePointProjectItem> SelectedProjectItems { get; }
member this.SelectedProjectItems : seq<Microsoft.VisualStudio.SharePoint.ISharePointProjectItem>
Public ReadOnly Property SelectedProjectItems As IEnumerable(Of ISharePointProjectItem)

Property Value

A collection of project items.

Applies to