MarginsConverter.CreateInstance(ITypeDescriptorContext, IDictionary) Metodo

Definizione

Crea un Object in base a un gruppo di valori di proprietà specificati per l'oggetto.

public override object CreateInstance (System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues);
public override object CreateInstance (System.ComponentModel.ITypeDescriptorContext? context, System.Collections.IDictionary propertyValues);

Parametri

context
ITypeDescriptorContext

Oggetto ITypeDescriptorContext che fornisce un contesto di formato.

propertyValues
IDictionary

IDictionary dei nuovi valori di proprietà.

Restituisce

Un Object che rappresenta l'oggetto IDictionary specificato oppure null se non è possibile creare l'oggetto.

Eccezioni

propertyValues è null.

Commenti

Il context parametro può essere usato per estrarre informazioni aggiuntive sull'ambiente da cui viene richiamato questo convertitore. Dal momento che può essere null, è preferibile eseguire sempre un controllo. Anche le proprietà dell'oggetto di contesto possono restituire null.

Si applica a

Prodotto Versioni
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

Vedi anche