Compartir a través de


DisplayPropertyAttribute (Constructor) (String, Type)

Inicializa una nueva instancia de la clase DisplayPropertyAttribute con el nombre de propiedad y el convertidor de valores especificados.

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

Sintaxis

'Declaración
Public Sub New ( _
    displayPropertyName As String, _
    valueConverterType As Type _
)
public DisplayPropertyAttribute(
    string displayPropertyName,
    Type valueConverterType
)
public:
DisplayPropertyAttribute(
    String^ displayPropertyName, 
    Type^ valueConverterType
)
new : 
        displayPropertyName:string * 
        valueConverterType:Type -> DisplayPropertyAttribute
public function DisplayPropertyAttribute(
    displayPropertyName : String, 
    valueConverterType : Type
)

Parámetros

  • displayPropertyName
    Tipo: System.String
    Nombre de la propiedad que se va a usar para la presentación en un diseñador.
  • valueConverterType
    Tipo: System.Type
    Tipo de convertidor de valores.

Seguridad de .NET Framework

Vea también

Referencia

DisplayPropertyAttribute Clase

DisplayPropertyAttribute (Sobrecarga)

Microsoft.Windows.Design (Espacio de nombres)