UtilObjectClass.Match(String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この型は、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