PropertyEntryCollection-Klasse
Aktualisiert: November 2007
Stellt eine Auflistung von PropertyEntry-Instanzen für Untereigenschaften eines gegebenen PropertyEntry dar.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public MustInherit Class PropertyEntryCollection _
Implements IEnumerable(Of PropertyEntry), IEnumerable
'Usage
Dim instance As PropertyEntryCollection
public abstract class PropertyEntryCollection : IEnumerable<PropertyEntry>,
IEnumerable
public ref class PropertyEntryCollection abstract : IEnumerable<PropertyEntry^>,
IEnumerable
public abstract class PropertyEntryCollection implements IEnumerable<PropertyEntry>, IEnumerable
Vererbungshierarchie
System.Object
Microsoft.Windows.Design.PropertyEditing.PropertyEntryCollection
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Siehe auch
Referenz
PropertyEntryCollection-Member
Microsoft.Windows.Design.PropertyEditing-Namespace