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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.