DynamicField.SetAttribute(String, String) 方法

定義

設定與 DynamicField 物件相關聯的屬性。

public:
 virtual void SetAttribute(System::String ^ key, System::String ^ value);
public void SetAttribute (string key, string value);
abstract member SetAttribute : string * string -> unit
override this.SetAttribute : string * string -> unit
Public Sub SetAttribute (key As String, value As String)

參數

key
String

要設定屬性的名稱。

value
String

屬性值。

實作

適用於

另請參閱