InputGestureCollection.CopyTo(InputGesture[], Int32) Metod

Definition

Kopierar alla objekt i InputGestureCollection till den angivna endimensionella matrisen med början vid det angivna indexet för målmatrisen.

public:
 void CopyTo(cli::array <System::Windows::Input::InputGesture ^> ^ inputGestures, int index);
public void CopyTo(System.Windows.Input.InputGesture[] inputGestures, int index);
member this.CopyTo : System.Windows.Input.InputGesture[] * int -> unit
Public Sub CopyTo (inputGestures As InputGesture(), index As Integer)

Parametrar

inputGestures
InputGesture[]

En matris som samlingen kopieras till.

index
Int32

Indexpositionen inputGestures där kopieringen börjar.

Undantag

inputGestures är en null.

index är mindre än 0.

Gäller för

Se även