Constructs a new instance of the CogIndexedPropertyDescriptor class.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 79.0.0.0 (79.0.0.0)
public CogIndexedPropertyDescriptor(
PropertyInfo propertyInfo,
Type componentType,
Object[] keys
)
public CogIndexedPropertyDescriptor(
PropertyInfo propertyInfo,
Type componentType,
Object[] keys
)
Public Sub New (
propertyInfo As PropertyInfo,
componentType As Type,
keys As Object()
)
Public Sub New (
propertyInfo As PropertyInfo,
componentType As Type,
keys As Object()
)
public:
CogIndexedPropertyDescriptor(
PropertyInfo^ propertyInfo,
Type^ componentType,
array<Object^>^ keys
)
public:
CogIndexedPropertyDescriptor(
PropertyInfo^ propertyInfo,
Type^ componentType,
array<Object^>^ keys
)
Parameters
- propertyInfo
- Type: System.Reflection PropertyInfo
PropertyInfo wrapped by this property descriptor.
- componentType
- Type: System Type
Type of component containing this descriptor's property.
- keys
- Type: System Object
Index arguments used when accessing property.