EndpointMetadataCollection.Enumerator 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
EndpointMetadataCollection の要素を列挙します。
public: value class EndpointMetadataCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Object ^>
public struct EndpointMetadataCollection.Enumerator : System.Collections.Generic.IEnumerator<object>
type EndpointMetadataCollection.Enumerator = struct
interface IEnumerator<obj>
interface IEnumerator
interface IDisposable
Public Structure EndpointMetadataCollection.Enumerator
Implements IEnumerator(Of Object)
- 継承
-
EndpointMetadataCollection.Enumerator
- 実装
プロパティ
Current |
列挙子の現在位置にある要素を取得します |
メソッド
Dispose() |
EndpointMetadataCollection.Enumerator によって使用されているすべてのリソースを解放します。 |
MoveNext() |
列挙子を EndpointMetadataCollection.Enumerator の次の要素に進めます。 |
Reset() |
列挙子を初期位置、つまりコレクションの最初の要素の前に設定します。 |