Aracılığıyla paylaş


DocumentPageView.GetVisualChild(Int32) Yöntem

Tanım

Belirtilen dizindeki alt öğeyi Visual döndürür.

protected:
 override System::Windows::Media::Visual ^ GetVisualChild(int index);
protected override System.Windows.Media.Visual GetVisualChild (int index);
override this.GetVisualChild : int -> System.Windows.Media.Visual
Protected Overrides Function GetVisualChild (index As Integer) As Visual

Parametreler

index
Int32

Döndürülecek görsel alt öğesinin dizini.

Döndürülenler

Visual

Belirtilen dizindeki görsel alt öğe.

Özel durumlar

index sıfırdan küçük veya değerinden büyük veya eşittir VisualChildrenCount.

Açıklamalar

index 0 VisualChildrenCountile -1 arasında olmalıdır.

Şunlara uygulanır