'Declaration Public Overloads Overrides Function CreateInstance( _
ByVal contextДескриптор типа, с помощью которого можно предоставить дополнительный контекст.As System.ComponentModel.ITypeDescriptorContext, _
ByVal propertyValuesСловарь новых значений свойств.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
- Дескриптор типа, с помощью которого можно предоставить дополнительный контекст.
- propertyValues
- Словарь новых значений свойств.
Return Value
Вновь созданный объект или null, если объект не может быть создан.