DocumentViewer.GetPageViewsCollection(Boolean) Método

Definición

Devuelve una colección de DocumentPageView elementos que se muestran actualmente.

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)

Parámetros

changed
Boolean

Cuando este método devuelve , contiene true si la colección de elementos cambió después de DocumentPageView la última llamada a GetPageViewsCollection(Boolean); de lo contrario, false.

Devoluciones

Colección de DocumentPageView elementos que se muestran actualmente en el DocumentViewer control .

Se aplica a