'宣言 Protected Overrides Function GetLocalizedString( _ ByVal value As System.String _ ) As System.String
'使用法 Dim instance As C1CategoryAttribute Dim value As System.String Dim value As System.String value = instance.GetLocalizedString(value)
protected override System.string GetLocalizedString( System.string value )
パラメータ
- value
- The identifer for the category to look up.
戻り値の型
The localized name of the category, or null if a localized name does not exist.