UtilObjectClass.Match(String, String) 方法

定义

此类型是用于 Coclass 或 Coclass 成员(托管代码需要它来实现 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

返回

实现

适用于