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

適用対象