DocumentViewer.GetPageViewsCollection(Boolean) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Şu anda görüntülenen öğelerden oluşan DocumentPageView bir koleksiyon döndürür.
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)
Parametreler
- changed
- Boolean
Bu yöntem döndürdüğünde, öğesinin son çağrısından GetPageViewsCollection(Boolean)sonra öğe koleksiyonunun DocumentPageView değişip değişmediğini içerirtrue
; aksi takdirde , false
.
Döndürülenler
Denetimde DocumentViewer şu anda görüntülenen öğelerin koleksiyonuDocumentPageView.