Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Una colección de todos los proyectos de SharePoint en la solución de Visual Studio.
Espacio de nombres: Microsoft.VisualStudio.SharePoint
Ensamblado: Microsoft.VisualStudio.SharePoint (en Microsoft.VisualStudio.SharePoint.dll)
Sintaxis
'Declaración
Public Interface ISharePointProjectCollection _
Inherits ISharePointCollection(Of ISharePointProject), INotifyCollectionChanged, INotifyPropertyChanged, _
IEnumerable(Of ISharePointProject), IEnumerable
public interface ISharePointProjectCollection : ISharePointCollection<ISharePointProject>,
INotifyCollectionChanged, INotifyPropertyChanged, IEnumerable<ISharePointProject>, IEnumerable
El tipo ISharePointProjectCollection expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
Count | Obtiene el número de elementos de la colección. (Se hereda de ISharePointCollection<T>). |
![]() |
Item | Obtiene una instancia del proyecto de SharePoint usando una ruta de acceso del proyecto especificada. |
![]() |
ProjectService | Obtiene una instancia del servicio del proyecto de SharePoint. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Contains | Obtiene un valor que indica si el elemento proporcionado es miembro de esta colección. (Se hereda de ISharePointCollection<T>). |
![]() |
CopyTo | Copia los elementos de esta colección en una matriz. (Se hereda de ISharePointCollection<T>). |
![]() |
Find | Busca una instancia del proyecto de SharePoint con el identificador especificado. |
![]() |
GetEnumerator() | Devuelve un enumerador que recorre en iteración la colección. (Se hereda de IEnumerable<ISharePointProject>). |
![]() |
GetEnumerator() | Devuelve un enumerador que recorre en iteración una colección. (Se hereda de IEnumerable). |
Arriba
Eventos
| Nombre | Descripción | |
|---|---|---|
![]() |
CollectionChanged | Se produce cuando cambia la colección. (Se hereda de INotifyCollectionChanged). |
![]() |
PropertyChanged | Se produce cuando cambia el valor de propiedad. (Se hereda de INotifyPropertyChanged). |
Arriba
.gif)
.gif)
.gif)