ToolboxItemFilterAttribute.Match(Object) メソッド

定義

指定したオブジェクトに一致するフィルター文字列があるかどうかを示します。

public:
 override bool Match(System::Object ^ obj);
public override bool Match(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

適用対象