Share via


BulletDecorator.GetVisualChild(Int32) 方法

定義

取得位於指定索引的子項目。

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

參數

index
Int32

子項目的指定索引。

傳回

位於指定索引的 Visual 子項目。

例外狀況

index 小於 0。

-或-

index 大於或等於 VisualChildrenCount

備註

BulletDecorator 視覺子專案是 BulletChild 屬性。

適用於