ChildPropertyTypeDescriptionProviderGetTypeDescriptor(Type, Object) Method
This gets a custom type descriptor for the given type and object
Namespace: EWSoftware.PDI.BindingAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override ICustomTypeDescriptor GetTypeDescriptor(
Type objectType,
Object instance
)
Public Overrides Function GetTypeDescriptor (
objectType As Type,
instance As Object
) As ICustomTypeDescriptor
public:
virtual ICustomTypeDescriptor^ GetTypeDescriptor(
Type^ objectType,
Object^ instance
) override
abstract GetTypeDescriptor :
objectType : Type *
instance : Object -> ICustomTypeDescriptor
override GetTypeDescriptor :
objectType : Type *
instance : Object -> ICustomTypeDescriptor
- objectType Type
- The type of object for which to retrieve the type descriptor.
- instance Object
- An instance of the type. This may be null if not instance was passed to the
type descriptor.
ICustomTypeDescriptorAn
ICustomTypeDescriptor that can provide metadata for the type