StoryFragments.IEnumerable<StoryFragment>.GetEnumerator メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この API は実装されていません。
virtual System::Collections::Generic::IEnumerator<System::Windows::Documents::DocumentStructures::StoryFragment ^> ^ System.Collections.Generic.IEnumerable<System.Windows.Documents.DocumentStructures.StoryFragment>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Windows::Documents::DocumentStructures::StoryFragment ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Windows.Documents.DocumentStructures.StoryFragment> IEnumerable<StoryFragment>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Windows.Documents.DocumentStructures.StoryFragment>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Documents.DocumentStructures.StoryFragment>
override this.System.Collections.Generic.IEnumerable<System.Windows.Documents.DocumentStructures.StoryFragment>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Documents.DocumentStructures.StoryFragment>
Function GetEnumerator () As IEnumerator(Of StoryFragment) Implements IEnumerable(Of StoryFragment).GetEnumerator
戻り値
この API は実装されていません。