AttachedPropertyBrowsableAttribute Class
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.
Provides a base class for .NET attributes that report the use scope of attached properties.
public ref class AttachedPropertyBrowsableAttribute abstract : Attribute
public abstract class AttachedPropertyBrowsableAttribute : Attribute
type AttachedPropertyBrowsableAttribute = class
inherit Attribute
Public MustInherit Class AttachedPropertyBrowsableAttribute
Inherits Attribute
- Inheritance
- Derived
Remarks
The meaning of the term browsable as used in descriptions for this .NET Framework attribute (and derived classes) is analogous to the descriptions given for BrowsableAttribute, but the browsable state for an attached property is particularly relevant to property information for Extensible Application Markup Language (XAML), because an attached property is primarily a XAML concept.
Constructors
| Name | Description |
|---|---|
| AttachedPropertyBrowsableAttribute() |
Initializes a new instance of the AttachedPropertyBrowsableAttribute class. |