ModelComponentCollection.ChangeKey(String, String) 方法

定义

将指定的键更改到集合中。

protected internal void ChangeKey (string oldKey, string newKey);
member this.ChangeKey : string * string -> unit
Protected Friend Sub ChangeKey (oldKey As String, newKey As String)

参数

oldKey
String

旧键。

newKey
String

新键。

适用于