MarginsConverter.CreateInstance(ITypeDescriptorContext, IDictionary) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立為物件提供一組屬性值的 Object。
public:
override System::Object ^ CreateInstance(System::ComponentModel::ITypeDescriptorContext ^ context, System::Collections::IDictionary ^ propertyValues);
public override object CreateInstance (System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues);
public override object CreateInstance (System.ComponentModel.ITypeDescriptorContext? context, System.Collections.IDictionary propertyValues);
override this.CreateInstance : System.ComponentModel.ITypeDescriptorContext * System.Collections.IDictionary -> obj
Public Overrides Function CreateInstance (context As ITypeDescriptorContext, propertyValues As IDictionary) As Object
參數
- context
- ITypeDescriptorContext
提供格式內容的 ITypeDescriptorContext。
- propertyValues
- IDictionary
新屬性值的 IDictionary。
傳回
Object,表示指定的 IDictionary,但如果物件無法建立,則為 null
。
例外狀況
propertyValues
為 null
。
備註
參數 context
可用來擷取叫用此轉換器之環境的其他資訊。 這可能是 null
,所以一定要檢查。 甚至,內容物件上的屬性可能會傳回 null
。