Editéieren

AttachedPropertyBrowsableAttribute Class

Definition

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
AttachedPropertyBrowsableAttribute
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.

Applies to