AttachableMemberIdentifier.DeclaringType Propiedad

Definición

Obtiene o establece el valor de componente declaringType de AttachableMemberIdentifier.

public:
 property Type ^ DeclaringType { Type ^ get(); };
public Type DeclaringType { get; }
member this.DeclaringType : Type
Public ReadOnly Property DeclaringType As Type

Valor de propiedad

Valor de componente declaringType de AttachableMemberIdentifier.

Comentarios

El DeclaringType valor debe coincidir con el nombre de la XamlMember.Type información del sistema de tipos XAML del miembro adjuntable.

Se aplica a