'宣言 Protected Overloads Overridable Function GetLocalizedText( _ ByVal key As System.String _ ) As System.String
protected virtual System.string GetLocalizedText( System.string key )
パラメータ
- key
- 指定したキーを示す文字列値。
戻り値の型
ローカライズされたテキストを表すSystem.String値。デフォルト値を使用する場合は
null
を返します。