DocumentViewerBase.GetPageViewsCollection(Boolean) Yöntem

Tanım

Geçerli görüntüleme belgesiyle ilişkili yeni, salt okunur bir nesne koleksiyonu DocumentPageView oluşturur ve döndürür (özelliğiyle Document temsil edilir).

protected:
 virtual System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Controls::Primitives::DocumentPageView ^> ^ GetPageViewsCollection([Runtime::InteropServices::Out] bool % changed);
protected virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.Primitives.DocumentPageView> GetPageViewsCollection (out bool changed);
abstract member GetPageViewsCollection : bool -> System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.Primitives.DocumentPageView>
override this.GetPageViewsCollection : bool -> System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.Primitives.DocumentPageView>
Protected Overridable Function GetPageViewsCollection (ByRef changed As Boolean) As ReadOnlyCollection(Of DocumentPageView)

Parametreler

changed
Boolean

İlk çağrısında veya koleksiyonun önceki çağrıdan GetPageViewsCollection(Boolean) bu yana değişmemiş olup olmadığını döndürürtrue; aksi takdirde, false koleksiyon son GetPageViewsCollection(Boolean) çağrıdan sonra değiştiyse.GetPageViewsCollection(Boolean)

Döndürülenler

Geçerli görüntüleme belgesiyle ilişkili nesnelerin salt okunur koleksiyonu DocumentPageView .

Açıklamalar

, DocumentPageView belirli bir içerik sayfası için bir görünüm penceresi sağlar (temel alınan DocumentPagebir ile temsil edilir).

Şunlara uygulanır

Ayrıca bkz.