Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets a value indicating whether this IPropertyFilterTarget matches a filter.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
ReadOnly Property MatchesFilter As Boolean
'Usage
Dim instance As IPropertyFilterTarget
Dim value As Boolean
value = instance.MatchesFilter
bool MatchesFilter { get; }
property bool MatchesFilter {
bool get ();
}
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