The key for the capability that indicates what VSA application command line arguments are supported. The value returned is a single string that contains a list of the command line arguments separated by a space in between each and where each is the uppercase name of the command line argument supported.
Syntax
Visual Basic (Declaration) | |
---|
Public Const CommandLineArgsSupportedKey As String |
C# | |
---|
public const string CommandLineArgsSupportedKey |
C++/CLI | |
---|
public:
const String^ CommandLineArgsSupportedKey |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also