Returns True if the input text matches one of the exact list items specified in PatternString.
シンタックス
'宣言
Public Function MatchExactList( _
ByVal As System.String, _
ByVal As ErrorInfo _
) As System.Boolean
public System.bool MatchExactList(
System.string ,
ErrorInfo
)
パラメータ
- text
- The input string to match.
- errorInfo
- Error information filled in case of failure.
参照