LocalizationResources.RequiredArgumentMissing(SymbolResult) 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 Required argument missing for command: {0}.
public:
virtual System::String ^ RequiredArgumentMissing(System::CommandLine::Parsing::SymbolResult ^ symbolResult);
public virtual string RequiredArgumentMissing(System.CommandLine.Parsing.SymbolResult symbolResult);
abstract member RequiredArgumentMissing : System.CommandLine.Parsing.SymbolResult -> string
override this.RequiredArgumentMissing : System.CommandLine.Parsing.SymbolResult -> string
Public Overridable Function RequiredArgumentMissing (symbolResult As SymbolResult) As String
Parameters
- symbolResult
- SymbolResult
Returns
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.