PageContentCollection.GetEnumerator 方法

定义

返回用于循环访问页集合的一个枚举数。

public:
 virtual System::Collections::Generic::IEnumerator<System::Windows::Documents::PageContent ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<System.Windows.Documents.PageContent> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Documents.PageContent>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Documents.PageContent>
Public Function GetEnumerator () As IEnumerator(Of PageContent)

返回

IEnumerator<PageContent>

用于循环访问集合的枚举数。

实现

注解

枚举器仅允许读取集合中的数据。 枚举器不能用于修改基础集合。

请参阅 IEnumerableGetEnumerator 有关枚举器应如何使用的其他说明。

适用于