Dil

DocumentViewer.GetPageViewsCollection(Boolean) Yöntem

Tanım

Şu anda görüntülenen öğe koleksiyonunu DocumentPageView döndürür.

protected:
 override System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Controls::Primitives::DocumentPageView ^> ^ GetPageViewsCollection([Runtime::InteropServices::Out] bool % changed);
protected override System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.Primitives.DocumentPageView> GetPageViewsCollection(out bool changed);
override this.GetPageViewsCollection : bool -> System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.Primitives.DocumentPageView>
Protected Overrides Function GetPageViewsCollection (ByRef changed As Boolean) As ReadOnlyCollection(Of DocumentPageView)

Parametreler

changed
Boolean

Bu yöntem döndürdüğünde, öğesinin son çağrısından truesonra öğe koleksiyonunun DocumentPageView değişip değişmediğini içerirGetPageViewsCollection(Boolean); aksi takdirde , false.

Döndürülenler

Denetimde DocumentPageView şu anda görüntülenen öğelerin koleksiyonuDocumentViewer.

Şunlara uygulanır