| Parameter | Description |
|---|---|
| visitor | The visitor. |
| container | The container to visit. |
| parameters | The visit parameters to use. |
bool <see langword="true" /> if the visitation succeeded; <see langword="false" /> otherwise.
Tries to visit the specified <paramref name="container" /> by ref using the specified <paramref name="visitor" />.
| Parameter | Description |
|---|---|
| visitor | The visitor. |
| container | The container to visit. |
| parameters | The visit parameters to use. |
| returnCode | When this method returns, contains the return code. |
bool <see langword="true" /> if the visitation succeeded; <see langword="false" /> otherwise.
Tries to visit the specified <paramref name="container" /> by ref using the specified <paramref name="visitor" />.
| Parameter | Description |
|---|---|
| visitor | The visitor. |
| container | The container to visit. |
| path | The property path to visit. |
| returnCode | When this method returns, contains the return code. |
| parameters | The visit parameters to use. |
Visit the specified <paramref name="container" /> using the specified <paramref name="visitor" /> at the given PropertyPath.