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
- 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.
Vea también
Referencia
DisplayPropertyAttribute Clase