Propriedade DisplayPropertyAttribute.ValueConverterType

Obtém o tipo do conversor de valor a ser usado quando exibindo a propriedade.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Type
O tipo de conversor de valor, ou nulluma referência nula (Nothing no Visual Basic) se nenhum Conversor de valor foi especificado.

Segurança do .NET Framework

Consulte também

Referência

DisplayPropertyAttribute Classe

Namespace Microsoft.Windows.Design