IPropertySourceCollection – rozhraní
Představuje vlastnost zdroj objektů v kolekci Vlastnosti okna.
Obor názvů: Microsoft.VisualStudio.SharePoint
Sestavení: Microsoft.VisualStudio.SharePoint (v Microsoft.VisualStudio.SharePoint.dll)
Syntaxe
'Deklarace
Public Interface IPropertySourceCollection _
Inherits IEnumerable(Of Object), IEnumerable
public interface IPropertySourceCollection : IEnumerable<Object>,
IEnumerable
Typ IPropertySourceCollection zveřejňuje následující členy.
Metody
Název | Popis | |
---|---|---|
Add | Přidá nový objekt vlastnost zdroj k IPropertySourceCollection kolekce. | |
GetEnumerator() | Čítač výčtu, iteruje kolekce vrátí. (Zděděno z IEnumerable<Object>.) | |
GetEnumerator() | Čítač výčtu, iteruje kolekce vrátí. (Zděděno z IEnumerable.) |
Na začátek