FigureStructure.IEnumerable<NamedElement>.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is not implemented.
virtual System::Collections::Generic::IEnumerator<System::Windows::Documents::DocumentStructures::NamedElement ^> ^ System.Collections.Generic.IEnumerable<System.Windows.Documents.DocumentStructures.NamedElement>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Windows::Documents::DocumentStructures::NamedElement ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Windows.Documents.DocumentStructures.NamedElement> IEnumerable<NamedElement>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Windows.Documents.DocumentStructures.NamedElement>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Documents.DocumentStructures.NamedElement>
override this.System.Collections.Generic.IEnumerable<System.Windows.Documents.DocumentStructures.NamedElement>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Documents.DocumentStructures.NamedElement>
Function GetEnumerator () As IEnumerator(Of NamedElement) Implements IEnumerable(Of NamedElement).GetEnumerator
Returns
Always raises NotSupportedException.