次の方法で共有


UtilObjectClass.Match(String, String) メソッド

定義

この型は、COM の相互運用性を得るためにマネージ コードが必要とするコクラスまたはコクラス メンバのラッパーです。 このクラスは、ユーザー コード内で直接使用することを意図したものではありません。

public:
 virtual bool Match(System::String ^ bstrValue, System::String ^ bstrPattern) = Microsoft::Office::Interop::InfoPath::Util::Match;
public virtual bool Match (string bstrValue, string bstrPattern);
abstract member Match : string * string -> bool
override this.Match : string * string -> bool
Public Overridable Function Match (bstrValue As String, bstrPattern As String) As Boolean

パラメーター

bstrValue
String
bstrPattern
String

戻り値

実装

適用対象