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