'Declaration Public Overloads Overrides Function CreateInstance( _
ByVal contextAn System.ComponentModel.ITypeDescriptorContext, предоставляющий контекст формата.As System.ComponentModel.ITypeDescriptorContext, _
ByVal propertyValuesSystem.Collections.IDictionary новых значений свойств.As System.Collections.IDictionary _
) As System.Object
public override System.Object CreateInstance(
System.ComponentModel.ITypeDescriptorContext context,
System.Collections.IDictionary propertyValues
)
public: System.Object CreateInstance(
System.ComponentModel.ITypeDescriptorContext* context,
System.Collections.IDictionary* propertyValues
); override
public:
System.Object CreateInstance(
System.ComponentModel.ITypeDescriptorContext^ context,
System.Collections.IDictionary^ propertyValues
); override
Parameters
- context
- An System.ComponentModel.ITypeDescriptorContext, предоставляющий контекст формата.
- propertyValues
- System.Collections.IDictionary новых значений свойств.
Return Value
System.Object, представляющий заданный System.Collections.IDictionary, или null, если объект не может быть создан.