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