[This is preliminary documentation and is subject to change.]
Copy from the local Dataset into the given destination Dataset as defined by the
given Tag Type list.
| C# | Visual Basic | Visual C++ |
public void CopyTo( TagTypeList tagTypeList, AttributeSet destinationDataset )
Public Sub CopyTo ( _ tagTypeList As TagTypeList, _ destinationDataset As AttributeSet _ )
public: void CopyTo( TagTypeList^ tagTypeList, AttributeSet^ destinationDataset )
- tagTypeList (TagTypeList)
- Tag Type list used to define copy.
- destinationDataset (AttributeSet)
- Dataset being populated by the given Tag Type list.