| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal key As System.String, _ ByVal value As System.Object, _ ByVal validator As ICustomPropertyValueValidator, _ ByVal isPointOverridable As System.Boolean _ ) | |
| C# | |
|---|---|
public KeyValuePair( System.string key, System.object value, ICustomPropertyValueValidator validator, System.bool isPointOverridable ) | |
Parameters
- key
- Specifies the name of the custom property as string.
- value
- Specifies the value of the object.
- validator
- Specifies the property validator.
- isPointOverridable
- Specifies whether the point is overridable.