PersonalizationDictionary.CopyTo(DictionaryEntry[], Int32) Methode

Definitie

Kopieert de vermeldingen in de persoonlijke woordenlijststatus als DictionaryEntry exemplaren in de opgegeven matrix.

public:
 virtual void CopyTo(cli::array <System::Collections::DictionaryEntry> ^ array, int index);
public virtual void CopyTo(System.Collections.DictionaryEntry[] array, int index);
abstract member CopyTo : System.Collections.DictionaryEntry[] * int -> unit
override this.CopyTo : System.Collections.DictionaryEntry[] * int -> unit
Public Overridable Sub CopyTo (array As DictionaryEntry(), index As Integer)

Parameters

array
DictionaryEntry[]

De matrix waar de DictionaryEntry exemplaren naar worden gekopieerd.

index
Int32

De indexlocatie waarop moet worden gekopieerd.

Uitzonderingen

array is multidimensionaal.

– of –

array is de verkeerde grootte op basis van de index parameter.

– of –

array heeft onvoldoende capaciteit om de waarden in de persoonlijke woordenlijst op te slaan.

array is null.

index is kleiner dan nul.

Opmerkingen

Gebruik deze methode om een matrix met DictionaryEntry exemplaren te maken van de statusvermeldingen in de persoonlijke woordenlijst.

Van toepassing op