ModelComponentCollection.ChangeKey(String, String) Method

Definition

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.

Applies to