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 未満です。

-又は-

indexVisualChildrenCount 以上です。

注釈

BulletDecoratorのビジュアル子要素は、BulletプロパティとChild プロパティです。

適用対象