CharacterMetricsDictionary.CopyTo 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.
Important
This API is not CLS-compliant.
Copies the items in the collection to an array, starting at a specific array index.
public:
virtual void CopyTo(cli::array <System::Collections::Generic::KeyValuePair<int, System::Windows::Media::CharacterMetrics ^>> ^ array, int index);
[System.CLSCompliant(false)]
public void CopyTo (System.Collections.Generic.KeyValuePair<int,System.Windows.Media.CharacterMetrics>[] array, int index);
[<System.CLSCompliant(false)>]
abstract member CopyTo : System.Collections.Generic.KeyValuePair<int, System.Windows.Media.CharacterMetrics>[] * int -> unit
override this.CopyTo : System.Collections.Generic.KeyValuePair<int, System.Windows.Media.CharacterMetrics>[] * int -> unit
Public Sub CopyTo (array As KeyValuePair(Of Integer, CharacterMetrics)(), index As Integer)
Parameters
- array
- KeyValuePair<Int32,CharacterMetrics>[]
The one-dimensional array that is the destination of the elements that are copied from the CharacterMetricsDictionary.
- index
- Int32
The zero-based index in array
at which copying begins.
Implements
- Attributes
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.