Proprietà ModelProperty.AttachedOwnerType

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

Valore proprietà

Tipo: System.Type
Oggetto Type che definisce questa proprietà se la proprietà IsAttached restituisce true.In caso contrario, restituisce nullriferimento null (Nothing in Visual Basic).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelProperty Classe

Spazio dei nomi Microsoft.Windows.Design.Model

Altre risorse

Architettura di estensibilità di Progettazione WPF