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

返品

すべてのリソース文字列を含む列挙体。

実装

適用対象