Proprietà ModelProperty.PropertyType

Se sottoposto a override in una classe derivata, ottiene il tipo di dati della 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 PropertyType As Type
    Get
public abstract Type PropertyType { get; }
public:
virtual property Type^ PropertyType {
    Type^ get () abstract;
}
abstract PropertyType : Type
abstract function get PropertyType () : Type

Valore proprietà

Tipo: System.Type
Oggetto Type che rappresenta il tipo 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