Important: The information in this document is obsolete and should not be used for new development.
GoToCyberItem
Displays the content referenced by a Cyberdog item in this navigator.
void GoToCyberItem (in CyberItem item, in ODPart part, in ParameterSet openParams);
item
- The Cyberdog item to display.
part
- The part that displays the contents of the Cyberdog item.
openParams
- The
ParameterSet
object associated with the opening process.DISCUSSION
This method opens a Cyberdog item in a navigator. The navigator embeds the display part that displays the content referenced by the Cyberdog item in its content area. The navigator also adds the Cyberdog item to its visitation history.Typically, this method is called by a Cyberdog display part's implementation of the
CyberPartExtension::OpenCyberItem
method. It is up to the developer of a display part to determine whether the display part will appear embedded in a navigator.If you subclass
CyberNavigatorExtension
, you must override this method. Your override must not call its inherited method; that is, your override method must implement this method's functionality completely.SEE ALSO
TheNavigateToCyberItem
method (page 260).
TheCyberPartExtension::OpenCyberItem
method (page 290).