Visual Basic (Declaration) | |
---|---|
Sub CopyTo( _ ByVal dst As IStateDictionary _ ) |
C# | |
---|---|
void CopyTo( IStateDictionary dst ) |
C++/CLI | |
---|---|
void CopyTo( IStateDictionary^ dst ) |
Parameters
- dst
- Destination dictionary to copy the current dictionary contents to.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)