ModelComponentCollection.ChangeKey(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Changes the specified keys to the collection.
protected internal void ChangeKey (string oldKey, string newKey);
member this.ChangeKey : string * string -> unit
Protected Friend Sub ChangeKey (oldKey As String, newKey As String)
Parameters
- oldKey
- String
The old key.
- newKey
- String
The new key.