PropertyContainer.MatchesFilter Property
Gets the value for MatchesFilter stored in the contained PropertyEntry.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property MatchesFilter As Boolean
Get
public bool MatchesFilter { get; }
public:
property bool MatchesFilter {
bool get ();
}
member MatchesFilter : bool
function get MatchesFilter () : boolean
Property Value
Type: System.Boolean
The value for MatchesFilter stored in the contained PropertyEntry.
Remarks
If the PropertyEntry is nulla null reference (Nothing in Visual Basic), the value returned is false.
This property can be used to trigger UI changes to the PropertyContainer based on whether the current PropertyEntry matches the current filter or not.
.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
Microsoft.Windows.Design.PropertyEditing Namespace