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: 91.0.0.0 (91.0.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
)
Parameters
- attributes
- Type: System Attribute
Return Value
Type:
PropertyDescriptorCollection