AttachedPropertyBrowsableWhenAttributePresentAttribute(Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the AttachedPropertyBrowsableWhenAttributePresentAttribute class.
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
The Type of the .NET Framework attribute that must also be applied on a class in order for the attached property to be browsable on the class where AttachedPropertyBrowsableWhenAttributePresentAttribute is applied.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.