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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.