StringLocalizer<TResourceSource>.GetAllStrings(Boolean) 메서드

정의

모든 리소스 문자열을 가져옵니다.

public:
 virtual System::Collections::Generic::IEnumerable<Microsoft::Extensions::Localization::LocalizedString ^> ^ GetAllStrings(bool includeParentCultures);
public System.Collections.Generic.IEnumerable<Microsoft.Extensions.Localization.LocalizedString> GetAllStrings(bool includeParentCultures);
abstract member GetAllStrings : bool -> seq<Microsoft.Extensions.Localization.LocalizedString>
override this.GetAllStrings : bool -> seq<Microsoft.Extensions.Localization.LocalizedString>
Public Function GetAllStrings (includeParentCultures As Boolean) As IEnumerable(Of LocalizedString)

매개 변수

includeParentCultures
Boolean

true 부모 문화권의 문자열을 포함하려면 false 그렇지 않으면.

반품

모든 리소스 문자열을 포함하는 열거형입니다.

구현

적용 대상