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