Constructs a new CogPropertyDescriptor given a PropertyInfo describing
the property and a Type describing the type of the component containing
the property.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
Parameters
- propertyInfo
- Type: System.Reflection PropertyInfo
PropertyInfo wrapped by this property descriptor.
- componentType
- Type: System Type
Type of component containing this descriptor's property.
See Also