ActivityTagsCollection.Enumerator 構造体
定義
ActivityTagsCollection
の要素を列挙します。Enumerates the elements of an ActivityTagsCollection
.
public: value class ActivityTagsCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
public struct ActivityTagsCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,object>>
type ActivityTagsCollection.Enumerator = struct
interface IEnumerator<KeyValuePair<string, obj>>
interface IEnumerator
interface IDisposable
Public Structure ActivityTagsCollection.Enumerator
Implements IEnumerator(Of KeyValuePair(Of String, Object))
- 継承
- 実装
プロパティ
Current |
列挙子の現在位置にあるコレクション内の要素を取得します。Gets the element in the collection at the current position of the enumerator. |
メソッド
Dispose() |
アンマネージ リソースの解放またはリセットに関連付けられているアプリケーション定義のタスクを実行します。Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
MoveNext() |
列挙子をコレクションの次の要素に進めます。Advances the enumerator to the next element of the collection. |
明示的なインターフェイスの実装
IEnumerator.Current |
列挙子の現在位置にあるコレクション内の要素を取得します。Gets the element in the collection at the current position of the enumerator. |
IEnumerator.Reset() |
列挙子を初期位置、つまりコレクションの最初の要素の前に設定します。Sets the enumerator to its initial position, which is before the first element in the collection. |