ProviderCultureResult コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ProviderCultureResult(StringSegment)
プロパティCulturesと UICultures プロパティが同じカルチャ値に設定されている新しいProviderCultureResultオブジェクトを作成します。
public:
ProviderCultureResult(Microsoft::Extensions::Primitives::StringSegment culture);
public ProviderCultureResult (Microsoft.Extensions.Primitives.StringSegment culture);
new Microsoft.AspNetCore.Localization.ProviderCultureResult : Microsoft.Extensions.Primitives.StringSegment -> Microsoft.AspNetCore.Localization.ProviderCultureResult
Public Sub New (culture As StringSegment)
パラメーター
- culture
- StringSegment
書式設定に使用するカルチャの名前、テキスト、つまり言語。
適用対象
ProviderCultureResult(IList<StringSegment>)
プロパティCulturesと UICultures プロパティが同じカルチャ値に設定されている新しいProviderCultureResultオブジェクトを作成します。
public:
ProviderCultureResult(System::Collections::Generic::IList<Microsoft::Extensions::Primitives::StringSegment> ^ cultures);
public ProviderCultureResult (System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment> cultures);
new Microsoft.AspNetCore.Localization.ProviderCultureResult : System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment> -> Microsoft.AspNetCore.Localization.ProviderCultureResult
Public Sub New (cultures As IList(Of StringSegment))
パラメーター
- cultures
- IList<StringSegment>
書式、テキスト、つまり言語に使用するカルチャの一覧。
適用対象
ProviderCultureResult(IList<String>)
プロパティCulturesと UICultures プロパティが同じカルチャ値に設定されている新しいProviderCultureResultオブジェクトを作成します。
public:
ProviderCultureResult(System::Collections::Generic::IList<System::String ^> ^ cultures);
public ProviderCultureResult (System.Collections.Generic.IList<string> cultures);
new Microsoft.AspNetCore.Localization.ProviderCultureResult : System.Collections.Generic.IList<string> -> Microsoft.AspNetCore.Localization.ProviderCultureResult
Public Sub New (cultures As IList(Of String))
パラメーター
適用対象
ProviderCultureResult(String)
プロパティCulturesと UICultures プロパティが同じカルチャ値に設定されている新しいProviderCultureResultオブジェクトを作成します。
public:
ProviderCultureResult(System::String ^ culture);
public ProviderCultureResult (string culture);
new Microsoft.AspNetCore.Localization.ProviderCultureResult : string -> Microsoft.AspNetCore.Localization.ProviderCultureResult
Public Sub New (culture As String)
パラメーター
- culture
- String
書式設定に使用するカルチャの名前、テキスト、つまり言語。
適用対象
ProviderCultureResult(StringSegment, StringSegment)
新 ProviderCultureResult しい オブジェクトを作成し、 Cultures プロパティと UICultures プロパティを指定されたそれぞれのカルチャ値に設定します。
public:
ProviderCultureResult(Microsoft::Extensions::Primitives::StringSegment culture, Microsoft::Extensions::Primitives::StringSegment uiCulture);
public ProviderCultureResult (Microsoft.Extensions.Primitives.StringSegment culture, Microsoft.Extensions.Primitives.StringSegment uiCulture);
new Microsoft.AspNetCore.Localization.ProviderCultureResult : Microsoft.Extensions.Primitives.StringSegment * Microsoft.Extensions.Primitives.StringSegment -> Microsoft.AspNetCore.Localization.ProviderCultureResult
Public Sub New (culture As StringSegment, uiCulture As StringSegment)
パラメーター
- culture
- StringSegment
書式設定に使用するカルチャの名前。
- uiCulture
- StringSegment
テキストに使用する ui カルチャの名前 (つまり言語)。
適用対象
ProviderCultureResult(IList<StringSegment>, IList<StringSegment>)
新 ProviderCultureResult しい オブジェクトを作成し、 Cultures プロパティと UICultures プロパティを指定されたそれぞれのカルチャ値に設定します。
public:
ProviderCultureResult(System::Collections::Generic::IList<Microsoft::Extensions::Primitives::StringSegment> ^ cultures, System::Collections::Generic::IList<Microsoft::Extensions::Primitives::StringSegment> ^ uiCultures);
public ProviderCultureResult (System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment> cultures, System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment> uiCultures);
new Microsoft.AspNetCore.Localization.ProviderCultureResult : System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment> * System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment> -> Microsoft.AspNetCore.Localization.ProviderCultureResult
Public Sub New (cultures As IList(Of StringSegment), uiCultures As IList(Of StringSegment))
パラメーター
- cultures
- IList<StringSegment>
書式設定に使用するカルチャの一覧。
- uiCultures
- IList<StringSegment>
テキスト (つまり言語) に使用する UI カルチャの一覧。
適用対象
ProviderCultureResult(IList<String>, IList<String>)
新 ProviderCultureResult しい オブジェクトを作成し、 Cultures プロパティと UICultures プロパティを指定されたそれぞれのカルチャ値に設定します。
public:
ProviderCultureResult(System::Collections::Generic::IList<System::String ^> ^ cultures, System::Collections::Generic::IList<System::String ^> ^ uiCultures);
public ProviderCultureResult (System.Collections.Generic.IList<string> cultures, System.Collections.Generic.IList<string> uiCultures);
new Microsoft.AspNetCore.Localization.ProviderCultureResult : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.AspNetCore.Localization.ProviderCultureResult
Public Sub New (cultures As IList(Of String), uiCultures As IList(Of String))
パラメーター
適用対象
ProviderCultureResult(String, String)
新 ProviderCultureResult しい オブジェクトを作成し、 Cultures プロパティと UICultures プロパティを指定されたそれぞれのカルチャ値に設定します。
public:
ProviderCultureResult(System::String ^ culture, System::String ^ uiCulture);
public ProviderCultureResult (string culture, string uiCulture);
new Microsoft.AspNetCore.Localization.ProviderCultureResult : string * string -> Microsoft.AspNetCore.Localization.ProviderCultureResult
Public Sub New (culture As String, uiCulture As String)
パラメーター
- culture
- String
書式設定に使用するカルチャの名前。
- uiCulture
- String
テキストに使用する ui カルチャの名前 (つまり言語)。