다음을 통해 공유


ProviderCultureResult 생성자

정의

오버로드

ProviderCultureResult(StringSegment)

UICultures 속성이 Cultures 동일한 문화권 값으로 설정된 새 ProviderCultureResult 개체를 만듭니다.

ProviderCultureResult(IList<StringSegment>)

UICultures 속성이 Cultures 동일한 문화권 값으로 설정된 새 ProviderCultureResult 개체를 만듭니다.

ProviderCultureResult(IList<String>)

UICultures 속성이 Cultures 동일한 문화권 값으로 설정된 새 ProviderCultureResult 개체를 만듭니다.

ProviderCultureResult(String)

UICultures 속성이 Cultures 동일한 문화권 값으로 설정된 새 ProviderCultureResult 개체를 만듭니다.

ProviderCultureResult(StringSegment, StringSegment)

제공된 해당 문화권 값으로 설정된 및 UICultures 속성이 있는 새 ProviderCultureResult 개체 Cultures 를 만듭니다.

ProviderCultureResult(IList<StringSegment>, IList<StringSegment>)

제공된 해당 문화권 값으로 설정된 및 UICultures 속성이 있는 새 ProviderCultureResult 개체 Cultures 를 만듭니다.

ProviderCultureResult(IList<String>, IList<String>)

제공된 해당 문화권 값으로 설정된 및 UICultures 속성이 있는 새 ProviderCultureResult 개체 Cultures 를 만듭니다.

ProviderCultureResult(String, String)

제공된 해당 문화권 값으로 설정된 및 UICultures 속성이 있는 새 ProviderCultureResult 개체 Cultures 를 만듭니다.

ProviderCultureResult(StringSegment)

Source:
ProviderCultureResult.cs
Source:
ProviderCultureResult.cs
Source:
ProviderCultureResult.cs

UICultures 속성이 Cultures 동일한 문화권 값으로 설정된 새 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>)

Source:
ProviderCultureResult.cs
Source:
ProviderCultureResult.cs
Source:
ProviderCultureResult.cs

UICultures 속성이 Cultures 동일한 문화권 값으로 설정된 새 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>)

UICultures 속성이 Cultures 동일한 문화권 값으로 설정된 새 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))

매개 변수

cultures
IList<String>

서식, 텍스트, 즉 언어에 사용할 문화권 목록입니다.

적용 대상

ProviderCultureResult(String)

UICultures 속성이 Cultures 동일한 문화권 값으로 설정된 새 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)

Source:
ProviderCultureResult.cs
Source:
ProviderCultureResult.cs
Source:
ProviderCultureResult.cs

제공된 해당 문화권 값으로 설정된 및 UICultures 속성이 있는 새 ProviderCultureResult 개체 Cultures 를 만듭니다.

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>)

Source:
ProviderCultureResult.cs
Source:
ProviderCultureResult.cs
Source:
ProviderCultureResult.cs

제공된 해당 문화권 값으로 설정된 및 UICultures 속성이 있는 새 ProviderCultureResult 개체 Cultures 를 만듭니다.

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>)

제공된 해당 문화권 값으로 설정된 및 UICultures 속성이 있는 새 ProviderCultureResult 개체 Cultures 를 만듭니다.

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))

매개 변수

cultures
IList<String>

서식 지정에 사용할 문화권 목록입니다.

uiCultures
IList<String>

텍스트에 사용할 ui 문화권 목록(예: 언어)입니다.

적용 대상

ProviderCultureResult(String, String)

제공된 해당 문화권 값으로 설정된 및 UICultures 속성이 있는 새 ProviderCultureResult 개체 Cultures 를 만듭니다.

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 문화권의 이름(예: 언어)입니다.

적용 대상