Gets the PropertyInfo having the appropriate name and arguments.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 83.0.0.0 (83.0.0.0)
public static PropertyInfo GetPropertyInfo(
Type componentType,
string propertyName,
Object[] keys
)
public static PropertyInfo GetPropertyInfo(
Type componentType,
string propertyName,
Object[] keys
)
Public Shared Function GetPropertyInfo (
componentType As Type,
propertyName As String,
keys As Object()
) As PropertyInfo
Public Shared Function GetPropertyInfo (
componentType As Type,
propertyName As String,
keys As Object()
) As PropertyInfo
public:
static PropertyInfo^ GetPropertyInfo(
Type^ componentType,
String^ propertyName,
array<Object^>^ keys
)
public:
static PropertyInfo^ GetPropertyInfo(
Type^ componentType,
String^ propertyName,
array<Object^>^ keys
)
Parameters
- componentType
- Type: System Type
Type from which to obtain the PropertyInfo.
- propertyName
- Type: System String
Name of the property whose PropertyInfo is being retrieved.
- keys
- Type: System Object
Arguments of the property whose PropertyInfo is being retrieved.
Return Value
Type:
PropertyInfo