ColumnDefinitionCollection.IEnumerable<ColumnDefinition>.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.
For a description of this member, see GetEnumerator().
virtual System::Collections::Generic::IEnumerator<System::Windows::Controls::ColumnDefinition ^> ^ System.Collections.Generic.IEnumerable<System.Windows.Controls.ColumnDefinition>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Windows::Controls::ColumnDefinition ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Windows.Controls.ColumnDefinition> IEnumerable<ColumnDefinition>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Windows.Controls.ColumnDefinition>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Controls.ColumnDefinition>
override this.System.Collections.Generic.IEnumerable<System.Windows.Controls.ColumnDefinition>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Controls.ColumnDefinition>
Function GetEnumerator () As IEnumerator(Of ColumnDefinition) Implements IEnumerable(Of ColumnDefinition).GetEnumerator
Returns
An IEnumerable<T> object that can be used to iterate through the collection.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the ColumnDefinitionCollection instance is cast to an IEnumerable<T> interface.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.