| Description | |
|---|---|
| visitor | The visitor. | 
| container | The container to visit. | 
| parameters | The visit parameters to use. | 
                  bool
        
          true if the visitation succeeded; false otherwise.
      
Tries to visit the specified by ref using the specified .
| 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
        
          true if the visitation succeeded; false otherwise.
      
Tries to visit the specified by ref using the specified .
| 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 using the specified at the given PropertyPath.