Compartir a través de


AttachedPropertyBrowsableForTypeAttribute(Type) Constructor

Definición

Inicializa una nueva instancia de la clase AttachedPropertyBrowsableForTypeAttribute con el targetType proporcionado.

public:
 AttachedPropertyBrowsableForTypeAttribute(Type ^ targetType);
public AttachedPropertyBrowsableForTypeAttribute (Type targetType);
new System.Windows.AttachedPropertyBrowsableForTypeAttribute : Type -> System.Windows.AttachedPropertyBrowsableForTypeAttribute
Public Sub New (targetType As Type)

Parámetros

targetType
Type

Tipo previsto que limita el uso de la propiedad adjunta donde se aplica este atributo .NET Framework.

Se aplica a