Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function Create( _ ByVal pattern As String, _ ByVal options As WildcardOptions _ ) As Wildcard |
Visual Basic (Usage) | ![]() |
---|---|
Dim pattern As String Dim options As WildcardOptions Dim value As Wildcard value = Wildcard.Create(pattern, options) |
C# | |
---|---|
public static Wildcard Create( string pattern, WildcardOptions options ) |
C++/CLI | |
---|---|
public: static Wildcard^ Create( String^ pattern, WildcardOptions options ) |
Parameters
- pattern
- options
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2