GraphPropertyCollection.IEnumerable<GraphProperty>.GetEnumerator, méthode
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Private Function GetEnumerator As IEnumerator(Of GraphProperty)
Implements IEnumerable(Of GraphProperty).GetEnumerator
IEnumerator<GraphProperty> IEnumerable<GraphProperty>.GetEnumerator()
private:
virtual IEnumerator<GraphProperty^>^ GetEnumerator() sealed = IEnumerable<GraphProperty^>::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator<GraphProperty>
private override GetEnumerator : unit -> IEnumerator<GraphProperty>
JScript ne prend pas en charge les implémentations d'interfaces explicites.
Valeur de retour
Type : System.Collections.Generic.IEnumerator<GraphProperty>
Implémentations
IEnumerable<T>.GetEnumerator()
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.