Metoda ReadOnlyObservableSet<T>.GetEnumerator —
Returns an enumerator that iterates through the ReadOnlyObservableSet<T>.
Przestrzeń nazw: Microsoft.VisualStudio.Shell
Zestaw: Microsoft.VisualStudio.Shell.11.0 (w Microsoft.VisualStudio.Shell.11.0.dll)
Składnia
'Deklaracja
Public Function GetEnumerator As IEnumerator(Of T)
public IEnumerator<T> GetEnumerator()
Wartość zwracana
Typ: System.Collections.Generic.IEnumerator<T>
An enumerator object for the ReadOnlyObservableSet(T) object.
Implementuje
IEnumerable<T>.GetEnumerator()
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..