ArgumentValidation.AcceptLegalFilePathsOnly<T> 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.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::CommandLine::Argument<T> ^ AcceptLegalFilePathsOnly(System::CommandLine::Argument<T> ^ argument);
public static System.CommandLine.Argument<T> AcceptLegalFilePathsOnly<T>(this System.CommandLine.Argument<T> argument);
static member AcceptLegalFilePathsOnly : System.CommandLine.Argument<'T> -> System.CommandLine.Argument<'T>
<Extension()>
Public Function AcceptLegalFilePathsOnly(Of T) (argument As Argument(Of T)) As Argument(Of T)
Type Parameters
- T
Parameters
- argument
- Argument<T>