Classe PropertyEntryCollection
Rappresenta un insieme di istanze PropertyEntry per le sottoproprietà di un oggetto PropertyEntry specificato.
Gerarchia di ereditarietà
System.Object
Microsoft.Windows.Design.PropertyEditing.PropertyEntryCollection
Spazio dei nomi: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
Public MustInherit Class PropertyEntryCollection _
Implements IEnumerable(Of PropertyEntry), IEnumerable
public abstract class PropertyEntryCollection : IEnumerable<PropertyEntry>,
IEnumerable
public ref class PropertyEntryCollection abstract : IEnumerable<PropertyEntry^>,
IEnumerable
[<AbstractClass>]
type PropertyEntryCollection =
class
interface IEnumerable<PropertyEntry>
interface IEnumerable
end
public abstract class PropertyEntryCollection implements IEnumerable<PropertyEntry>, IEnumerable
Il tipo PropertyEntryCollection espone i seguenti membri.
Costruttori
Nome | Descrizione | |
---|---|---|
PropertyEntryCollection | Inizializza una nuova istanza della classe PropertyEntryCollection. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Count | Sottoposto a override in una classe derivata, ottiene il numero delle istanze di PropertyEntry contenute in questo insieme. | |
Item | Sottoposto a override in una classe derivata, ottiene un oggetto PropertyEntry da questo insieme del nome specificato. | |
ParentValue | Ottiene l'oggetto PropertyValue padre. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Determina se l'oggetto Object specificato è uguale all'oggetto Object corrente. (Ereditato da Object) | |
Finalize | Consente a un oggetto di provare a liberare risorse ed eseguire altre operazioni di pulitura prima che l'oggetto stesso venga recuperato dalla procedura di Garbage Collection. (Ereditato da Object) | |
GetEnumerator | Sottoposto a override in una classe derivata, restituisce un oggetto IEnumerator di tutte le istanze di PropertyEntry contenute in questo insieme. | |
GetHashCode | Funge da funzione hash per un determinato tipo. (Ereditato da Object) | |
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) | |
MemberwiseClone | Consente di creare una copia dei riferimenti dell'oggetto Object corrente. (Ereditato da Object) | |
ToString | Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IEnumerable.GetEnumerator | Infrastruttura. Per una descrizione di questo membro, vedere IEnumerable.GetEnumerator. |
In alto
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Windows.Design.PropertyEditing