| Visual Basic (Declaration) | |
|---|---|
Public Overridable Sub CopyPersistentTo( _ ByVal isPersistent As Boolean, _ ByVal dst As StateDictionary _ ) | |
| C# | |
|---|---|
public virtual void CopyPersistentTo( bool isPersistent, StateDictionary dst ) | |
| C++/CLI | |
|---|---|
public: virtual void CopyPersistentTo( bool isPersistent, StateDictionary^ dst ) | |
Parameters
- isPersistent
- Copy only keys matching whose persistence matches this value.
- dst
- Destination StateDictionary.
This method can only be used if the destination StateDictionary IsReadOnly is False.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)