FreezableCollection<T>.Enumerator 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
FreezableCollection<T> のメンバーを列挙します。
public: where T : DependencyObjectvalue class FreezableCollection<T>::Enumerator : System::Collections::Generic::IEnumerator<T>
public struct FreezableCollection<T>.Enumerator : System.Collections.Generic.IEnumerator<T> where T : DependencyObject
type FreezableCollection<'T (requires 'T :> DependencyObject)>.Enumerator = struct
interface IEnumerator<'T (requires 'T :> DependencyObject)>
interface IDisposable
interface IEnumerator
type FreezableCollection<'T (requires 'T :> DependencyObject)>.Enumerator = struct
interface IEnumerator
interface IEnumerator<'T (requires 'T :> DependencyObject)>
interface IDisposable
type FreezableCollection<'T (requires 'T :> DependencyObject)>.Enumerator = struct
interface IEnumerator<'T (requires 'T :> DependencyObject)>
interface IEnumerator
interface IDisposable
Public Structure FreezableCollection(Of T).Enumerator
Implements IEnumerator(Of T)
型パラメーター
- T
- 継承
- 実装
プロパティ
Current |
コレクション内の現在の要素を表す値を取得します。 |
メソッド
MoveNext() |
列挙子をコレクションの次の要素に進めます。 |
Reset() |
列挙子を初期位置にリセットします。 |
明示的なインターフェイスの実装
IDisposable.Dispose() |
このメンバーは、Windows Presentation Foundation (WPF) インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。 |
IEnumerator.Current |
このメンバーは、Windows Presentation Foundation (WPF) インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。 |