DocumentViewer.GetPageViewsCollection(Boolean) Metoda

Definicja

Zwraca kolekcję aktualnie wyświetlanych DocumentPageView elementów.

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)

Parametry

changed
Boolean

Gdy ta metoda zostanie zwrócona, zawiera true , czy kolekcja DocumentPageView elementów została zmieniona po ostatnim wywołaniu metody GetPageViewsCollection(Boolean); w przeciwnym razie false.

Zwraca

ReadOnlyCollection<DocumentPageView>

Kolekcja DocumentPageView elementów, które są obecnie wyświetlane w kontrolce DocumentViewer .

Dotyczy