ToolboxItemFilterAttribute.Match 方法
指示指定对象是否有匹配的筛选器字符串。
**命名空间:**System.ComponentModel
**程序集:**System(在 system.dll 中)
语法
声明
Public Overrides Function Match ( _
obj As Object _
) As Boolean
用法
Dim instance As ToolboxItemFilterAttribute
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Match(obj)
public override bool Match (
Object obj
)
public:
virtual bool Match (
Object^ obj
) override
public boolean Match (
Object obj
)
public override function Match (
obj : Object
) : boolean
参数
- obj
针对其是否有匹配的筛选器字符串来进行测试的对象。
返回值
如果指定对象有匹配的筛选器字符串,则为 true;否则为 false。
平台
Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0
请参见
参考
ToolboxItemFilterAttribute 类
ToolboxItemFilterAttribute 成员
System.ComponentModel 命名空间