IStringLocalizer.GetAllStrings(Boolean) メソッド

定義

すべての文字列リソースを取得します。

public:
 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>
Public Function GetAllStrings (includeParentCultures As Boolean) As IEnumerable(Of LocalizedString)

パラメーター

includeParentCultures
Boolean

親カルチャの文字列を含めるかどうかを示す Boolean

戻り値

文字列。

適用対象