Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value indicating whether this PropertyEntry matches a filter.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public Property MatchesFilter As Boolean
'Usage
Dim instance As PropertyEntry
Dim value As Boolean
value = instance.MatchesFilter
instance.MatchesFilter = value
public bool MatchesFilter { get; protected set; }
public:
virtual property bool MatchesFilter {
bool get () sealed;
void set (bool value) sealed;
}
public final function get MatchesFilter () : boolean
public final function set MatchesFilter (value : boolean)
Property Value
Type: System.Boolean
true if the PropertyEntry matches the filter; otherwise, false.
Implements
IPropertyFilterTarget.MatchesFilter
Remarks
PropertyContainer listens to changes that are made to this property.
.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