IVsDataObjectPropertyDictionary.CopyTo Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CopyTo(array<T[], Int32) | Copies the elements of the ICollection<T> to an Array, starting at a particular Array index. (Inherited from ICollection<KeyValuePair<String, Object>>.) | |
CopyTo(array<KeyValuePair<String, Object>[], array<String[], Int32) | Copies the specified properties from the current collection of properties to the specified array of KeyValuePairString, Object objects. |
Top