ResourceDictionary::CopyTo Method (array<DictionaryEntry>^, Int32)
.NET Framework (current version)
Copies the ResourceDictionary elements to a one-dimensional DictionaryEntry at the specified index.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- array
-
Type:
array<System.Collections::DictionaryEntry>^
The one-dimensional array that is the destination of the DictionaryEntry objects copied from the ResourceDictionary instance. The array must have zero-based indexing.
- arrayIndex
-
Type:
System::Int32
The zero-based index of array where copying begins.
This copies only the base dictionary. The result array will have no MergedDictionaries if it is reconstituted to be a ResourceDictionary again.
.NET Framework
Available since 3.0
Available since 3.0
Show: