Gets a PropertyDescriptorCollection containing property descriptors that
will respond to Changed events.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 73.0.0.0 (73.0.0.0)
public static PropertyDescriptorCollection GetProperties(
Object component,
Attribute[] attributes
)
public static PropertyDescriptorCollection GetProperties(
Object component,
Attribute[] attributes
)
Public Shared Function GetProperties (
component As Object,
attributes As Attribute()
) As PropertyDescriptorCollection
Public Shared Function GetProperties (
component As Object,
attributes As Attribute()
) As PropertyDescriptorCollection
public:
static PropertyDescriptorCollection^ GetProperties(
Object^ component,
array<Attribute^>^ attributes
)
public:
static PropertyDescriptorCollection^ GetProperties(
Object^ component,
array<Attribute^>^ attributes
)
Parameters
- component
- Type: System Object
The component for which to get property descriptors.
- attributes
- Type: System Attribute
An array of type System.Attribute to use as a filter.
Return Value
Type:
PropertyDescriptorCollection