Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents a collection of property source objects that appear in the Properties window.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface IPropertySourceCollection _
Inherits IEnumerable(Of Object), IEnumerable
public interface IPropertySourceCollection : IEnumerable<Object>,
IEnumerable
The IPropertySourceCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
Add | Adds a new property source object to the IPropertySourceCollection collection. |
![]() |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<Object>.) |
Top
.gif)