DocumentViewer.GetPageViewsCollection(Boolean) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Devolve uma coleção de DocumentPageView elementos que estão atualmente em exibição.
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
Quando este método retorna, contém true se a coleção de DocumentPageView elementos mudou após a última chamada para GetPageViewsCollection(Boolean); caso contrário, false.
Devoluções
A coleção de DocumentPageView elementos que atualmente são exibidos no DocumentViewer controlo.