Construtor DisplayPropertyAttribute (String)

Inicializa uma nova instância de DisplayPropertyAttribute classe com o nome da propriedade especificada.

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

Sintaxe

'Declaração
Public Sub New ( _
    displayPropertyName As String _
)
public DisplayPropertyAttribute(
    string displayPropertyName
)
public:
DisplayPropertyAttribute(
    String^ displayPropertyName
)
new : 
        displayPropertyName:string -> DisplayPropertyAttribute
public function DisplayPropertyAttribute(
    displayPropertyName : String
)

Parâmetros

  • displayPropertyName
    Tipo: System.String
    O nome da propriedade a ser usado para exibição em um designer.

Segurança do .NET Framework

Consulte também

Referência

DisplayPropertyAttribute Classe

Sobrecargas DisplayPropertyAttribute

Namespace Microsoft.Windows.Design