IPropertyFilterTarget.MatchesFilter Property
Gets a value indicating whether this IPropertyFilterTarget matches a filter.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
ReadOnly Property MatchesFilter As Boolean
Get
bool MatchesFilter { get; }
property bool MatchesFilter {
bool get ();
}
abstract MatchesFilter : bool
function get MatchesFilter () : boolean
Property Value
Type: System.Boolean
true if the IPropertyFilterTarget matches the filter; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IPropertyFilterTarget Interface
Microsoft.Windows.Design.PropertyEditing Namespace