Partager via


ModelProperty.Name, propriété

En cas de substitution dans une classe dérivée, obtient le nom de cette propriété.

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

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property Name As String
    Get
public abstract string Name { get; }
public:
virtual property String^ Name {
    String^ get () abstract;
}
abstract Name : string
abstract function get Name () : String

Valeur de propriété

Type : System.String
Chaîne représentant le nom de cette propriété.

Sécurité .NET Framework

Voir aussi

Référence

ModelProperty Classe

Microsoft.Windows.Design.Model, espace de noms

Autres ressources

Architecture de l'extensibilité du Concepteur WPF