CmdLineOptionParser.IsSimpleOption(String, String) Methode

Definition

Überprüft, ob die angegebene Option ordnungsgemäß formatiert ist.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 static bool IsSimpleOption(System::String ^ option, System::String ^ prefix);
public static bool IsSimpleOption (string option, string prefix);
static member IsSimpleOption : string * string -> bool
Public Shared Function IsSimpleOption (option As String, prefix As String) As Boolean

Parameter

option
String

Die vom Benutzer angegebene Befehlszeilenoption.

prefix
String

Der Optionsname.

Gibt zurück

true, wenn die Option richtig formatiert ist, andernfalls false.

Gilt für: