Propriedade ModelProperty.AttachedOwnerType

Quando substituído em uma classe derivada, obtém o tipo que define essa propriedade.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: System.Type
A Type que define essa propriedade se a IsAttached retorna a propriedade true.Caso contrário, retornará nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

ModelProperty Classe

Namespace Microsoft.Windows.Design.Model

Outros recursos

Arquitetura de extensibilidade Designer WPF