WildcardPattern.Get(String, WildcardOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new WildcardPattern, or return an already created one.
public:
static System::Management::Automation::WildcardPattern ^ Get(System::String ^ pattern, System::Management::Automation::WildcardOptions options);
public static System.Management.Automation.WildcardPattern Get (string pattern, System.Management.Automation.WildcardOptions options);
static member Get : string * System.Management.Automation.WildcardOptions -> System.Management.Automation.WildcardPattern
Public Shared Function Get (pattern As String, options As WildcardOptions) As WildcardPattern
Parameters
- pattern
- String
The pattern.
- options
- WildcardOptions