共用方式為


ISharePointProject.SelectedProjectItems 屬性

定義

取得方案總管中選取之 SharePoint 專案項目的清單。

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)

屬性值

專案項目的集合。

適用於