AttachedPropertyBrowsableAttribute Class
.NET Framework 3.0
Provides a base class for .NET Framework attributes that report the use scope of attached properties.
Namespace: System.Windows
Assembly: WindowsBase (in windowsbase.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
Assembly: WindowsBase (in windowsbase.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration Public MustInherit Class AttachedPropertyBrowsableAttribute Inherits Attribute 'Usage Dim instance As AttachedPropertyBrowsableAttribute
public abstract class AttachedPropertyBrowsableAttribute extends Attribute
public abstract class AttachedPropertyBrowsableAttribute extends Attribute
This class is abstract; see Inheritance Hierarchy for derived non-abstract classes usable in XAML.
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.
System.Object
System.Attribute
System.Windows.AttachedPropertyBrowsableAttribute
System.Windows.AttachedPropertyBrowsableForChildrenAttribute
System.Windows.AttachedPropertyBrowsableForTypeAttribute
System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute
System.Attribute
System.Windows.AttachedPropertyBrowsableAttribute
System.Windows.AttachedPropertyBrowsableForChildrenAttribute
System.Windows.AttachedPropertyBrowsableForTypeAttribute
System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: