| CommandLineArgumentMatchesSwitch Method |
This is used to see if the argument matches the specified
switch argument name.
Namespace: SandcastleBuilder.MicrosoftHelpViewerAssembly: HelpLibraryManagerLauncher (in HelpLibraryManagerLauncher.exe) Version: 2014.11.22.0
Syntax public bool MatchesSwitch(
string argumentName
)
Public Function MatchesSwitch (
argumentName As String
) As Boolean
public:
bool MatchesSwitch(
String^ argumentName
)
member MatchesSwitch :
argumentName : string -> bool
Parameters
- argumentName
- Type: SystemString
The switch argument name to match
Return Value
Type:
BooleanTrue if this option matches the given name, False if not.
See Also