Interfaccia IPropertySourceCollection
Rappresenta una raccolta di oggetti di origine della proprietà che vengono visualizzati nel finestra Proprietà.
Spazio dei nomi: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Sintassi
'Dichiarazione
Public Interface IPropertySourceCollection _
Inherits IEnumerable(Of Object), IEnumerable
public interface IPropertySourceCollection : IEnumerable<Object>,
IEnumerable
Il tipo IPropertySourceCollection espone i seguenti membri.
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Add | Aggiunge un nuovo oggetto di origine della proprietà all'insieme IPropertySourceCollection. |
![]() |
GetEnumerator() | Restituisce un enumeratore che consente di scorrere l'insieme. (Ereditato da IEnumerable<Object>) |
![]() |
GetEnumerator() | Viene restituito un enumeratore che scorre un insieme. (Ereditato da IEnumerable) |
In alto