PathSegmentCollection.Enumerator 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PathSegmentCollectionに対する単純な繰り返し処理をサポートします。
public: value class PathSegmentCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::PathSegment ^>
public struct PathSegmentCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.PathSegment>
type PathSegmentCollection.Enumerator = struct
interface IEnumerator<PathSegment>
interface IDisposable
interface IEnumerator
type PathSegmentCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<PathSegment>
interface IDisposable
type PathSegmentCollection.Enumerator = struct
interface IEnumerator<PathSegment>
interface IEnumerator
interface IDisposable
Public Structure PathSegmentCollection.Enumerator
Implements IEnumerator(Of PathSegment)
- 継承
- 実装
注釈
明記されている場合を除き、この構造のメンバーは IEnumerator インターフェイスで記述されているとおりに動作します。
プロパティ
Current |
PathSegmentCollection 内の現在の項目を取得します。 |
メソッド
MoveNext() |
列挙子をコレクションの次の要素に進めます。 |
Reset() |
列挙子を初期位置、つまり PathSegmentCollection の最初の項目の前にリセットします。 |
明示的なインターフェイスの実装
IDisposable.Dispose() |
この型またはメンバーは、Windows Presentation Foundation (WPF) インフラストラクチャをサポートしますが、独自に作成したコードから直接使用するためのものではありません。 |
IEnumerator.Current |
この型またはメンバーは、Windows Presentation Foundation (WPF) インフラストラクチャをサポートしますが、独自に作成したコードから直接使用するためのものではありません。 |
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET