Proprietà ModelProperty.Name

Se sottoposto a override in una classe derivata, ottiene il nome di questa proprietà.

Spazio dei nomi:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: System.String
Stringa che rappresenta il nome di questa proprietà.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelProperty Classe

Spazio dei nomi Microsoft.Windows.Design.Model

Altre risorse

Architettura di estensibilità di Progettazione WPF