バージョン

GetCustomDisplayName メソッド (CustomTypeDescriptorAdapter)

プロパティのカスタム DisplayName を設定してプロパティ名をローカライズできます。
シンタックス
'宣言
 
Protected Overridable Function GetCustomDisplayName( _
   ByVal propertyDescriptor As PropertyDescriptor, _
   ByVal attributes() As Attribute _
) As String
protected virtual string GetCustomDisplayName( 
   PropertyDescriptor propertyDescriptor,
   Attribute[] attributes
)

パラメータ

propertyDescriptor
評価される PropertyDescriptor
attributes
GetProperties メソッドにパスされる属性の配列、または何も指定されなかった場合には null。

戻り値の型

プロパティをプロパティ グリッドに表示することに使用されるカスタムの表示文字列また実際の名を表示する場合は null。
参照