Partager via


ModelProperty.AttachedOwnerType, propriété

En cas de substitution dans une classe dérivée, obtient le type qui définit 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 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

Valeur de propriété

Type : System.Type
Type qui définit cette propriété si la propriété IsAttached retourne la valeur true.Sinon, retourne nullune référence null (Nothing en Visual Basic).

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