IRichEditViewVisitor.Visit Method
Name | Parameters | Description |
---|---|---|
Visit(DraftView) | view | Performs the operation as required by the Visitor and the View. |
Visit(PrintLayoutView) | view | Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern. |
Visit(SimpleView) | view | Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern. |