'宣言
Public Function GetResourceSet( _ ByVal culture As CultureInfo, _ ByVal createIfNotExists As Boolean, _ ByVal tryParents As Boolean _ ) As ResourceSet
public ResourceSet GetResourceSet( CultureInfo culture, bool createIfNotExists, bool tryParents )
パラメータ
- culture
- The culture whose resources are to be retrieved.
- createIfNotExists
- true to load the resource set, if it has not been loaded yet; otherwise, false.
- tryParents
- true to use resource fallback to load an appropriate resource if the resource set cannot be found; false to bypass the resource fallback process.
戻り値の型
The resource set for the specified culture.