'宣言 Public Overloads Shared Function GetString( _ ByVal resourceDictionary As System.String, _ ByVal resourceKey As System.String, _ ByVal defaultValue As System.String _ ) As System.String
public static System.string GetString( System.string resourceDictionary, System.string resourceKey, System.string defaultValue )
パラメータ
- resourceDictionary
- The name of resource dictionary.
- resourceKey
- The resource key.
- defaultValue
- The default value.