CustomTypeDescriptorAdapterデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Equals | オブジェクトが指定されたオブジェクトに相当するかどうかを示します。 | |
GetAttributes | ICustomTypeDescriptor.GetAttributesの実装。 | |
GetClassName | ICustomTypeDescriptor.GetClassNameの実装。 | |
GetComponentName | ICustomTypeDescriptor.GetComponentNameの実装。 | |
GetConverter | ICustomTypeDescriptor.GetConverterの実装。 | |
GetDefaultEvent | ICustomTypeDescriptor.GetDefaultEventの実装。 | |
GetDefaultProperty | ICustomTypeDescriptor.GetDefaultPropertyの実装。 | |
GetEditor | ICustomTypeDescriptor.GetEditorの実装。 | |
GetEvents | オーバーロードされます。 ICustomTypeDescriptor.GetEventsの実装。 | |
GetHashCode | 基本コンポーネントのハッシュコードを返します。 | |
GetProperties | オーバーロードされます。 ICustomTypeDescriptor.GetPropertiesの実装。 | |
GetPropertyOwner | ICustomTypeDescriptor.GetPropertyOwnerの実装。 |
名前 | 解説 | |
---|---|---|
GetCustomDisplayName | プロパティのカスタム DisplayName を設定してプロパティ名をローカライズできます。 | |
GetPropertyAttributes | プロパティに適用された属性のリストを返します。属性を変更するためにオーバーライドできます。 | |
ShouldIncludeProperty | どのプロパティが基本の System.ComponentModel.ICustomTypeDescriptor 実装から返されるのかを決定するために使用されます。 | |
WrapPropertyValue | カスタムプロパティ記述子の値が要求されて、必要に応じてプロパティ値がカスタムタイプ記述子によってラップされるときに呼び出されます。 |