ToolboxItemFilterAttribute.Match(Object) 方法

定義

表示指定物件是否有匹配的過濾字串。

public:
 override bool Match(System::Object ^ obj);
public override bool Match(object obj);
override this.Match : obj -> bool
Public Overrides Function Match (obj As Object) As Boolean

參數

obj
Object

測試是否匹配過濾字串的物件。

傳回

true若指定的物件有匹配的過濾字串;否則,。 false

適用於