GrapeCity ActiveReports for .NET 16.0J
GetObject(String,CultureInfo) メソッド

GrapeCity.ActiveReports.Web 名前空間 > JsonResourceManager クラス > GetObject メソッド : GetObject(String,CultureInfo) メソッド
The name of the resource to get.
The culture for which the resource is localized. If the resource is not localized for this culture, the resource manager uses fallback rules to locate an appropriate resource. If this value is null 参照 (Visual Basicでは Nothing), the System.Globalization.CultureInfo object is obtained by using the System.Globalization.CultureInfo.CurrentUICulture property.
Gets the value of the specified non-string resource localized for the specified culture.
シンタックス
'宣言
 
Public Overloads Overridable Function GetObject( _
   ByVal name As String, _
   ByVal culture As CultureInfo _
) As Object
public virtual object GetObject( 
   string name,
   CultureInfo culture
)

パラメータ

name
The name of the resource to get.
culture
The culture for which the resource is localized. If the resource is not localized for this culture, the resource manager uses fallback rules to locate an appropriate resource. If this value is null 参照 (Visual Basicでは Nothing), the System.Globalization.CultureInfo object is obtained by using the System.Globalization.CultureInfo.CurrentUICulture property.

戻り値の型

The value of the resource, localized for the specified culture. If an appropriate resource set exists but name cannot be found, the method returns null 参照 (Visual Basicでは Nothing).
例外
例外解説
The name parameter is null 参照 (Visual Basicでは Nothing).
No usable set of resources have been found, and there are no default culture resources. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the System.Resources.ResourceManager class topic.
The default culture's resources reside in a satellite assembly that could not be found. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the System.Resources.ResourceManager class topic.
参照

JsonResourceManager クラス
JsonResourceManager メンバ
オーバーロード一覧