LinkTargetCollection.CopyTo(LinkTarget[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the items in the collection to the specified array beginning at the specified index.
public:
void CopyTo(cli::array <System::Windows::Documents::LinkTarget ^> ^ array, int index);
public void CopyTo (System.Windows.Documents.LinkTarget[] array, int index);
member this.CopyTo : System.Windows.Documents.LinkTarget[] * int -> unit
Public Sub CopyTo (array As LinkTarget(), index As Integer)
Parameters
- array
- LinkTarget[]
The target array.
- index
- Int32
The zero-based index of the array position where the first item is copied.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.