Partager via


DisplayPropertyAttribute, constructeur (String, Type)

Initialise une nouvelle instance de la classe DisplayPropertyAttribute avec le nom de propriété et le convertisseur de valeur spécifiés.

Espace de noms :  Microsoft.Windows.Design
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • displayPropertyName
    Type : System.String
    Nom de la propriété à utiliser pour l'affichage dans un concepteur.
  • valueConverterType
    Type : System.Type
    Type du convertisseur de données.

Sécurité .NET Framework

Voir aussi

Référence

DisplayPropertyAttribute Classe

DisplayPropertyAttribute, surcharge

Microsoft.Windows.Design, espace de noms