ArgumentExtensions.ExistingOnly 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ExistingOnly(Argument<DirectoryInfo>) |
기존 디렉터리에 해당하는 값만 허용하도록 인수를 구성합니다. |
ExistingOnly(Argument<FileInfo>) |
기존 파일에 해당하는 값만 허용하도록 인수를 구성합니다. |
ExistingOnly(Argument<FileSystemInfo>) |
기존 파일 또는 디렉터리에 해당하는 값만 허용하도록 인수를 구성합니다. |
ExistingOnly<T>(Argument<T>) |
기존 파일 또는 디렉터리에 해당하는 값만 허용하도록 인수를 구성합니다. |
ExistingOnly(Argument<DirectoryInfo>)
기존 디렉터리에 해당하는 값만 허용하도록 인수를 구성합니다.
public:
[System::Runtime::CompilerServices::Extension]
static System::CommandLine::Argument<System::IO::DirectoryInfo ^> ^ ExistingOnly(System::CommandLine::Argument<System::IO::DirectoryInfo ^> ^ argument);
public static System.CommandLine.Argument<System.IO.DirectoryInfo> ExistingOnly (this System.CommandLine.Argument<System.IO.DirectoryInfo> argument);
static member ExistingOnly : System.CommandLine.Argument<System.IO.DirectoryInfo> -> System.CommandLine.Argument<System.IO.DirectoryInfo>
<Extension()>
Public Function ExistingOnly (argument As Argument(Of DirectoryInfo)) As Argument(Of DirectoryInfo)
매개 변수
- argument
- Argument<DirectoryInfo>
구성할 인수입니다.
반환
구성된 인수입니다.
적용 대상
ExistingOnly(Argument<FileInfo>)
기존 파일에 해당하는 값만 허용하도록 인수를 구성합니다.
public:
[System::Runtime::CompilerServices::Extension]
static System::CommandLine::Argument<System::IO::FileInfo ^> ^ ExistingOnly(System::CommandLine::Argument<System::IO::FileInfo ^> ^ argument);
public static System.CommandLine.Argument<System.IO.FileInfo> ExistingOnly (this System.CommandLine.Argument<System.IO.FileInfo> argument);
static member ExistingOnly : System.CommandLine.Argument<System.IO.FileInfo> -> System.CommandLine.Argument<System.IO.FileInfo>
<Extension()>
Public Function ExistingOnly (argument As Argument(Of FileInfo)) As Argument(Of FileInfo)
매개 변수
반환
구성된 인수입니다.
적용 대상
ExistingOnly(Argument<FileSystemInfo>)
기존 파일 또는 디렉터리에 해당하는 값만 허용하도록 인수를 구성합니다.
public:
[System::Runtime::CompilerServices::Extension]
static System::CommandLine::Argument<System::IO::FileSystemInfo ^> ^ ExistingOnly(System::CommandLine::Argument<System::IO::FileSystemInfo ^> ^ argument);
public static System.CommandLine.Argument<System.IO.FileSystemInfo> ExistingOnly (this System.CommandLine.Argument<System.IO.FileSystemInfo> argument);
static member ExistingOnly : System.CommandLine.Argument<System.IO.FileSystemInfo> -> System.CommandLine.Argument<System.IO.FileSystemInfo>
<Extension()>
Public Function ExistingOnly (argument As Argument(Of FileSystemInfo)) As Argument(Of FileSystemInfo)
매개 변수
- argument
- Argument<FileSystemInfo>
구성할 인수입니다.
반환
구성된 인수입니다.
적용 대상
ExistingOnly<T>(Argument<T>)
기존 파일 또는 디렉터리에 해당하는 값만 허용하도록 인수를 구성합니다.
public:
generic <typename T>
where T : System::Collections::Generic::IEnumerable<System::IO::FileSystemInfo ^>[System::Runtime::CompilerServices::Extension]
static System::CommandLine::Argument<T> ^ ExistingOnly(System::CommandLine::Argument<T> ^ argument);
public static System.CommandLine.Argument<T> ExistingOnly<T> (this System.CommandLine.Argument<T> argument) where T : System.Collections.Generic.IEnumerable<System.IO.FileSystemInfo>;
static member ExistingOnly : System.CommandLine.Argument<#seq<System.IO.FileSystemInfo>> -> System.CommandLine.Argument<#seq<System.IO.FileSystemInfo>>
<Extension()>
Public Function ExistingOnly(Of T As IEnumerable(Of FileSystemInfo)) (argument As Argument(Of T)) As Argument(Of T)
형식 매개 변수
- T
매개 변수
- argument
- Argument<T>
구성할 인수입니다.
반환
구성된 인수입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET