次の方法で共有


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)

プロパティ値

プロジェクト アイテムのコレクション。

適用対象