DocumentViewer.GetPageViewsCollection(Boolean) Metod

Definition

Returnerar en samling DocumentPageView element som visas för närvarande.

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)

Parametrar

changed
Boolean

När den här metoden returnerar, innehåller true om samlingen med DocumentPageView element ändrades efter det senaste anropet till GetPageViewsCollection(Boolean), annars false.

Returer

Samlingen med DocumentPageView element som för närvarande visas i DocumentViewer kontrollen.

Gäller för