LocalizationResources.UnrecognizedCommandOrArgument(String) 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.
Interpolates values into a localized string similar to Unrecognized command or argument '{0}'.
public:
virtual System::String ^ UnrecognizedCommandOrArgument(System::String ^ arg);
public virtual string UnrecognizedCommandOrArgument(string arg);
abstract member UnrecognizedCommandOrArgument : string -> string
override this.UnrecognizedCommandOrArgument : string -> string
Public Overridable Function UnrecognizedCommandOrArgument (arg As String) As String
Parameters
- arg
- String
Returns
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.