DocumentViewerBase.PageViews Özellik

Tanım

Önemli

Bu API, CLS uyumlu değildir.

Görüntüleyicinin içinde yer alan 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

ReadOnlyCollection<DocumentPageView>

Görüntüleyicinin içinde 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 PageViews temsil edilen nesne kümesiDocumentPageView, içeriği görüntülemek için görüntüleyici tarafından kullanılır.

Ana sayfa, değerine truesahip ekli özelliği içeren nesneye IsMasterPage (koleksiyondaPageViews) karşılık gelirDocumentPageView. Daha fazla bilgi için bkz. IsMasterPage.

Şunlara uygulanır