CommandBindingCollection.Item[Int32] 속성

정의

지정된 인덱스에 있는 CommandBinding를 가져오거나 설정합니다.

public:
 property System::Windows::Input::CommandBinding ^ default[int] { System::Windows::Input::CommandBinding ^ get(int index); void set(int index, System::Windows::Input::CommandBinding ^ value); };
public System.Windows.Input.CommandBinding this[int index] { get; set; }
member this.Item(int) : System.Windows.Input.CommandBinding with get, set
Default Public Property Item(index As Integer) As CommandBinding

매개 변수

index
Int32

컬렉션에서의 위치입니다.

속성 값

지정된 인덱스의 바인딩입니다.

적용 대상