Interface for receiving strongly typed property callbacks.
For more information on how to implement a property visitor by implementing this interface, including an example, refer to Create a property visitor with low-level APIs
| Method | Description |
|---|---|
| Visit | Implement this method to accept visitation for a specific property. |