'宣言 Public Overloads Shared Function GetString( _ ByVal resourceDictionary As System.String, _ ByVal resourceKey As System.String, _ ByVal defaultValue As System.String, _ Optional ByVal currentAssembly As System.Reflection.Assembly _ ) As System.String
public static System.string GetString( System.string resourceDictionary, System.string resourceKey, System.string defaultValue, System.Reflection.Assembly currentAssembly )
パラメータ
- resourceDictionary
- リソースディクショナリの名前。
- resourceKey
- リソースキー。
- defaultValue
- デフォルト値。
- currentAssembly
- 実行中のアセンブリ。