DocumentViewerBase.PageViews Özellik

Tanım

Önemli

Bu API, CLS uyumlu değildir.

Görüntüleyicide bulunan etkin DocumentPageView nesnelerin salt okunur bir koleksiyonunu alır.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Controls::Primitives::DocumentPageView ^> ^ PageViews { System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Controls::Primitives::DocumentPageView ^> ^ get(); };
[System.CLSCompliant(false)]
public System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.Primitives.DocumentPageView> PageViews { get; }
[<System.CLSCompliant(false)>]
member this.PageViews : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.Primitives.DocumentPageView>
Public ReadOnly Property PageViews As ReadOnlyCollection(Of DocumentPageView)

Özellik Değeri

Görüntüleyicide yer alan etkin DocumentPageView nesnelerin salt okunur koleksiyonu.

Bu özelliğin varsayılan değeri yok.

Öznitelikler

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). özelliği tarafından DocumentPageView temsil edilen nesne kümesiPageViews, içeriği görüntülemek için görüntüleyici tarafından kullanılır.

Ana sayfa, değerine DocumentPageViewsahip ekli özelliği içeren nesneye PageViews (koleksiyondaIsMasterPage) karşılık gelirtrue. Daha fazla bilgi için bkz. IsMasterPage.

Şunlara uygulanır