ISharePointProject.SelectedProjectItems Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une liste d’éléments de projet SharePoint sélectionnés dans l’Explorateur de solutions.
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)
Valeur de propriété
Collection d'éléments de projet.