UtilObjectClass.Match-Methode
Dies ist ein Wrappertyp für eine Coklasse oder ein Coklassenmember, die bzw. der für den verwalteten Code der COM-Interoperabilität erforderlich ist. Diese Klasse soll nicht in Code verwendet werden.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
<DispIdAttribute(1)> _
Public Overridable Function Match ( _
<InAttribute> bstrValue As String, _
<InAttribute> bstrPattern As String _
) As Boolean Implements Util.Match
'Usage
Dim instance As UtilObjectClass
Dim bstrValue As String
Dim bstrPattern As String
Dim returnValue As Boolean
returnValue = CType(instance, Util).Match(bstrValue, bstrPattern)
[DispIdAttribute(1)]
public virtual bool Util.Match (
[InAttribute] string bstrValue,
[InAttribute] string bstrPattern
)
Parameter
- bstrValue
- bstrPattern
Siehe auch
Referenz
UtilObjectClass-Klasse
UtilObjectClass-Member
Microsoft.Office.Interop.InfoPath-Namespace