AttachedPropertyBrowsableWhenAttributePresentAttribute(Type) Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de AttachedPropertyBrowsableWhenAttributePresentAttribute klasse.
public:
AttachedPropertyBrowsableWhenAttributePresentAttribute(Type ^ attributeType);
public AttachedPropertyBrowsableWhenAttributePresentAttribute(Type attributeType);
new System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute : Type -> System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute
Public Sub New (attributeType As Type)
Parameters
- attributeType
- Type
De Type van het kenmerk .NET Framework dat ook op een klasse moet worden toegepast om ervoor te zorgen dat de gekoppelde eigenschap wenkbrauwen kan worden toegepast op de klasse waarin AttachedPropertyBrowsableWhenAttributePresentAttribute wordt toegepast.