Description

Add a new IMcBasicView to this McViews collection.

Return Type

None  

Syntax

object.Add View

The Add Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McViews.
ViewRequired. An Object object.

The IDispatch interface for a single IMcBasicView instance to add to the collection. Individual View objects must implement both IMcBasicView and IDispatch and broadcast events using the _IMcBasicViewEvents source interface. When a view is added, McViews registers as a sink of the _IMcBasicViewEvents source interface.

Remarks

If the view being added is already part of the collection, the call is just ignored.