ScriptComponentDescriptor.AddComponentProperty(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
加入指定的屬性,並讓該屬性與指定的項目產生關聯。
public:
void AddComponentProperty(System::String ^ name, System::String ^ componentID);
public void AddComponentProperty (string name, string componentID);
member this.AddComponentProperty : string * string -> unit
Public Sub AddComponentProperty (name As String, componentID As String)
參數
- name
- String
屬性的名稱。
- componentID
- String
目標元件的 ID。
例外狀況
name
或 componentID
為 null
或空字串 ("")。
備註
這個方法會將指定的屬性加入控制項所使用的屬性內部字典,並透過 GetScript 方法轉換成用戶端腳本。