IComponentDesignerStateService.SetState(IComponent, String, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定指定元件的索引鍵所指定的狀態項目。
public:
void SetState(System::ComponentModel::IComponent ^ component, System::String ^ key, System::Object ^ value);
public void SetState (System.ComponentModel.IComponent component, string key, object value);
abstract member SetState : System.ComponentModel.IComponent * string * obj -> unit
Public Sub SetState (component As IComponent, key As String, value As Object)
參數
- component
- IComponent
設定其設計工具狀態項目的元件。
- key
- String
設計工具狀態項目的名稱。
- value
- Object
component
的設計工具狀態項目。