Condividi tramite


Proprietà PropertyEntry.PropertyType

Se sottoposto a override in una classe derivata, ottiene il tipo della proprietà incapsulata.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
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
Tipo della proprietà incapsulata.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyEntry Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà