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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DisplayPropertyAttribute Classe