ModelItemDictionary.IDictionary.GetEnumerator, méthode
Pour obtenir une description de ce membre, consultez IDictionary.GetEnumerator.
Espace de noms : Microsoft.Windows.Design.Model
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Private Function GetEnumerator As IDictionaryEnumerator
Implements IDictionary.GetEnumerator
IDictionaryEnumerator IDictionary.GetEnumerator()
private:
virtual IDictionaryEnumerator^ GetEnumerator() sealed = IDictionary::GetEnumerator
private abstract GetEnumerator : unit -> IDictionaryEnumerator
private override GetEnumerator : unit -> IDictionaryEnumerator
JScript ne prend pas en charge les implémentations d'interfaces explicites.
Valeur de retour
Type : System.Collections.IDictionaryEnumerator
Objet IDictionaryEnumerator pour l'objet IDictionary.
Implémentations
Notes
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ModelItemDictionary est castée en interface IDictionary.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.Model, espace de noms