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。 |