StoryFragments.IEnumerable<StoryFragment>.GetEnumerator Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
API non implementata.
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
Restituisce
API non implementata.