PropertyFilterAttribute Class
Assembly: WindowsBase (in windowsbase.dll)
'Declaration <AttributeUsageAttribute(AttributeTargets.Method Or AttributeTargets.Property)> _ Public NotInheritable Class PropertyFilterAttribute Inherits Attribute 'Usage Dim instance As PropertyFilterAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Method|AttributeTargets.Property) */ public final class PropertyFilterAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Method|AttributeTargets.Property) public final class PropertyFilterAttribute extends Attribute
You cannot use this managed class in XAML.
The PropertyFilterAttribute .NET Framework attribute supports an internal mechanism that limits the number of properties on a type that are returned by the custom DependencyObject type descriptor. If the .NET Framework attribute is found, the type descriptor narrows the scope of returned properties. PropertyFilterAttribute differs from typical .NET Framework attributes because you cannot apply it to a class as metadata. The filter mechanism works through code instead of through static metadata.
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.