GetCyberItem
Retrieves the Cyberdog item whose referenced content is displayed by this part.
CyberItem GetCyberItem ();
- return value
- The
CyberItemobject.DISCUSSION
This method is called by theCyberSession::FindCyberItemWindowandCyberSession::SelectCyberItemWindowmethods to retrieve the Cyberdog item whose referenced content the part is displaying. The superclass implementation returns the Cyberdog item last set by theSetCyberItemmethod. If you are going to hold a reference to the Cyberdog item returned by this method, you must follow a call to this method by a call to the object'sAcquiremethod.If you subclass
CyberPartExtensionand override this method, your override must call its inherited method.SEE ALSO
TheCanShowCyberItemmethod (page 284).
TheSetCyberItemmethod (page 291).
TheCyberSession::FindCyberItemWindowmethod (page 359).
TheCyberSession::SelectCyberItemWindowmethod (page 373).