OptionExtensions.ExistingOnly Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| ExistingOnly(Option<DirectoryInfo>) |
Yalnızca varolan bir dizine karşılık gelen değerleri kabul etmek için bir seçenek yapılandırılır. |
| ExistingOnly(Option<FileInfo>) |
Yalnızca var olan bir dosyaya karşılık gelen değerleri kabul etmek için bir seçenek yapılandırılır. |
| ExistingOnly(Option<FileSystemInfo>) |
Yalnızca var olan bir dosya veya dizine karşılık gelen değerleri kabul etmek için bir seçenek yapılandırılır. |
| ExistingOnly<T>(Option<T>) |
Yalnızca varolan bir dosya veya dizine karşılık gelen değerleri kabul etmek için bir seçenek yapılandırılır. |
ExistingOnly(Option<DirectoryInfo>)
Yalnızca varolan bir dizine karşılık gelen değerleri kabul etmek için bir seçenek yapılandırılır.
public:
[System::Runtime::CompilerServices::Extension]
static System::CommandLine::Option<System::IO::DirectoryInfo ^> ^ ExistingOnly(System::CommandLine::Option<System::IO::DirectoryInfo ^> ^ option);
public static System.CommandLine.Option<System.IO.DirectoryInfo> ExistingOnly (this System.CommandLine.Option<System.IO.DirectoryInfo> option);
static member ExistingOnly : System.CommandLine.Option<System.IO.DirectoryInfo> -> System.CommandLine.Option<System.IO.DirectoryInfo>
<Extension()>
Public Function ExistingOnly (option As Option(Of DirectoryInfo)) As Option(Of DirectoryInfo)
Parametreler
- option
- Option<DirectoryInfo>
Yapılandırma seçeneği.
Döndürülenler
Genişletilmekte olan seçenek.
Şunlara uygulanır
ExistingOnly(Option<FileInfo>)
Yalnızca var olan bir dosyaya karşılık gelen değerleri kabul etmek için bir seçenek yapılandırılır.
public:
[System::Runtime::CompilerServices::Extension]
static System::CommandLine::Option<System::IO::FileInfo ^> ^ ExistingOnly(System::CommandLine::Option<System::IO::FileInfo ^> ^ option);
public static System.CommandLine.Option<System.IO.FileInfo> ExistingOnly (this System.CommandLine.Option<System.IO.FileInfo> option);
static member ExistingOnly : System.CommandLine.Option<System.IO.FileInfo> -> System.CommandLine.Option<System.IO.FileInfo>
<Extension()>
Public Function ExistingOnly (option As Option(Of FileInfo)) As Option(Of FileInfo)
Parametreler
Döndürülenler
Genişletilmekte olan seçenek.
Şunlara uygulanır
ExistingOnly(Option<FileSystemInfo>)
Yalnızca var olan bir dosya veya dizine karşılık gelen değerleri kabul etmek için bir seçenek yapılandırılır.
public:
[System::Runtime::CompilerServices::Extension]
static System::CommandLine::Option<System::IO::FileSystemInfo ^> ^ ExistingOnly(System::CommandLine::Option<System::IO::FileSystemInfo ^> ^ option);
public static System.CommandLine.Option<System.IO.FileSystemInfo> ExistingOnly (this System.CommandLine.Option<System.IO.FileSystemInfo> option);
static member ExistingOnly : System.CommandLine.Option<System.IO.FileSystemInfo> -> System.CommandLine.Option<System.IO.FileSystemInfo>
<Extension()>
Public Function ExistingOnly (option As Option(Of FileSystemInfo)) As Option(Of FileSystemInfo)
Parametreler
- option
- Option<FileSystemInfo>
Yapılandırma seçeneği.
Döndürülenler
Genişletilmekte olan seçenek.
Şunlara uygulanır
ExistingOnly<T>(Option<T>)
Yalnızca varolan bir dosya veya dizine karşılık gelen değerleri kabul etmek için bir seçenek yapılandırılır.
public:
generic <typename T>
where T : System::Collections::Generic::IEnumerable<System::IO::FileSystemInfo ^>[System::Runtime::CompilerServices::Extension]
static System::CommandLine::Option<T> ^ ExistingOnly(System::CommandLine::Option<T> ^ option);
public static System.CommandLine.Option<T> ExistingOnly<T> (this System.CommandLine.Option<T> option) where T : System.Collections.Generic.IEnumerable<System.IO.FileSystemInfo>;
static member ExistingOnly : System.CommandLine.Option<#seq<System.IO.FileSystemInfo>> -> System.CommandLine.Option<#seq<System.IO.FileSystemInfo>>
<Extension()>
Public Function ExistingOnly(Of T As IEnumerable(Of FileSystemInfo)) (option As Option(Of T)) As Option(Of T)
Tür Parametreleri
- T
Parametreler
- option
- Option<T>
Yapılandırma seçeneği.
Döndürülenler
Genişletilmekte olan seçenek.