ArcFM Responder Mobile Developer Guide
ContextItem Property (MMContentsViewClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678281)>
Public Overridable Property ContextItem As System.Object
'Usage
 
Dim instance As MMContentsViewClass
Dim value As System.Object
 
instance.ContextItem = value
 
value = instance.ContextItem
[System.Runtime.InteropServices.DispId(1610678281)]
public virtual System.object ContextItem {get; set;}
public read-write property ContextItem: System.TObject; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678281)
public function get,set ContextItem : System.Object
[System.Runtime.InteropServices.DispId(1610678281)]
public: __property virtual System.Object* get_ContextItem();
public: __property virtual void set_ContextItem( 
   System.Object* value
);
[System.Runtime.InteropServices.DispId(1610678281)]
public:
virtual property System.Object^ ContextItem {
   System.Object^ get();
   void set (    System.Object^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMContentsViewClass Class
MMContentsViewClass Members

Send Feedback