Compartir vía


XamlObjectWriterSettings.PreferUnconvertedDictionaryKeys Propiedad

Definición

Obtiene o establece un valor que determina si se va a deshabilitar una característica XamlObjectWriter predeterminada que ejecuta la conversión de tipos en el componente K de Dictionary<TKey,TValue> antes de escribir la representación del gráfico de objetos.

public:
 property bool PreferUnconvertedDictionaryKeys { bool get(); void set(bool value); };
public bool PreferUnconvertedDictionaryKeys { get; set; }
member this.PreferUnconvertedDictionaryKeys : bool with get, set
Public Property PreferUnconvertedDictionaryKeys As Boolean

Valor de propiedad

Es true si la conversión de tipos K para un objeto Dictionary<TKey,TValue> debe estar deshabilitada. Es false si es aplicable la conversión de tipos K para un objeto Dictionary<TKey,TValue>. De manera predeterminada, es false.

Comentarios

Para obtener más información sobre la K característica de conversión de tipos, vea Comentarios en XamlObjectWriter.

Se aplica a