次の方法で共有


CommandLineBuilderExtensions.UseLocalizationResources メソッド

定義

ヘルプ、エラー メッセージ、およびその他のユーザー向け文字列を表示するときに使用するローカライズ リソースを指定します。

public:
[System::Runtime::CompilerServices::Extension]
 static System::CommandLine::Builder::CommandLineBuilder ^ UseLocalizationResources(System::CommandLine::Builder::CommandLineBuilder ^ builder, System::CommandLine::LocalizationResources ^ validationMessages);
public static System.CommandLine.Builder.CommandLineBuilder UseLocalizationResources (this System.CommandLine.Builder.CommandLineBuilder builder, System.CommandLine.LocalizationResources validationMessages);
static member UseLocalizationResources : System.CommandLine.Builder.CommandLineBuilder * System.CommandLine.LocalizationResources -> System.CommandLine.Builder.CommandLineBuilder
<Extension()>
Public Function UseLocalizationResources (builder As CommandLineBuilder, validationMessages As LocalizationResources) As CommandLineBuilder

パラメーター

builder
CommandLineBuilder

コマンド ライン ビルダー。

validationMessages
LocalizationResources

使用するリソースをローカライズします。

戻り値

の同じインスタンス CommandLineBuilder

適用対象