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

戻り値

すべてのリソース文字列が格納されている列挙型。

実装

適用対象