DocumentViewer.GetPageViewsCollection(Boolean) Yöntem

Tanım

Şu anda görüntülenen öğelerden oluşan DocumentPageView bir koleksiyon 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 GetPageViewsCollection(Boolean)sonra öğe koleksiyonunun DocumentPageView değişip değişmediğini içerirtrue; aksi takdirde , false.

Döndürülenler

ReadOnlyCollection<DocumentPageView>

Denetimde DocumentViewer şu anda görüntülenen öğelerin koleksiyonuDocumentPageView.

Şunlara uygulanır