Important: The information in this document is obsolete and should not be used for new development.
GetCyberItem
Retrieves the Cyberdog item whose referenced content is displayed by this part.
CyberItem GetCyberItem ();
- return value
- The
CyberItem
object.DISCUSSION
This method is called by theCyberSession::FindCyberItemWindow
andCyberSession::SelectCyberItemWindow
methods to retrieve the Cyberdog item whose referenced content the part is displaying. The superclass implementation returns the Cyberdog item last set by theSetCyberItem
method. 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'sAcquire
method.If you subclass
CyberPartExtension
and override this method, your override must call its inherited method.SEE ALSO
TheCanShowCyberItem
method (page 284).
TheSetCyberItem
method (page 291).
TheCyberSession::FindCyberItemWindow
method (page 359).
TheCyberSession::SelectCyberItemWindow
method (page 373).