Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
protected virtual PropertyDescriptorCollection GetProperties(
Attribute[] attributes
)
protected virtual PropertyDescriptorCollection GetProperties(
Attribute[] attributes
)
Protected Overridable Function GetProperties (
attributes As Attribute()
) As PropertyDescriptorCollection
Protected Overridable Function GetProperties (
attributes As Attribute()
) As PropertyDescriptorCollection
protected:
virtual PropertyDescriptorCollection^ GetProperties(
array<Attribute^>^ attributes
)
protected:
virtual PropertyDescriptorCollection^ GetProperties(
array<Attribute^>^ attributes
)
Return Value
Type:
PropertyDescriptorCollection