Compartir a través de


DisplayPropertyAttribute.ValueConverterType (Propiedad)

Obtiene el tipo de convertidor de valores que se va a usar al mostrar la propiedad.

Espacio de nombres:  Microsoft.Windows.Design
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
Public ReadOnly Property ValueConverterType As Type
    Get
public Type ValueConverterType { get; }
public:
property Type^ ValueConverterType {
    Type^ get ();
}
member ValueConverterType : Type
function get ValueConverterType () : Type

Valor de propiedad

Tipo: System.Type
Devuelve el tipo de convertidor de valores o nullreferencia null (Nothing en Visual Basic) si no se especifica ningún convertidor de valores.

Seguridad de .NET Framework

Vea también

Referencia

DisplayPropertyAttribute Clase

Microsoft.Windows.Design (Espacio de nombres)