Initializes a new instance of the KeyValuePair class with the parameters specified.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Object, _
ByVal As ICustomPropertyValueValidator, _
ByVal As Boolean _
)
public KeyValuePair(
string ,
object ,
ICustomPropertyValueValidator ,
bool
)
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.
See Also