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 öğe koleksiyonunu DocumentPageView 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 truesonra öğe koleksiyonunun DocumentPageView değişip değişmediğini içerirGetPageViewsCollection(Boolean); aksi takdirde , false.
Döndürülenler
Denetimde DocumentPageView şu anda görüntülenen öğelerin koleksiyonuDocumentViewer.