ArcFM Responder Mobile Developer Guide
ContentsView Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property ContentsView As ESRI.ArcGIS.ArcMapUI.IContentsView
'Usage
 
Dim instance As IMMContentsViewWrapper
Dim value As ESRI.ArcGIS.ArcMapUI.IContentsView
 
instance.ContentsView = value
 
value = instance.ContentsView
[System.Runtime.InteropServices.DispId(1610678272)]
ESRI.ArcGIS.ArcMapUI.IContentsView ContentsView {get; set;}
read-write property ContentsView: ESRI.ArcGIS.ArcMapUI.IContentsView; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set ContentsView : ESRI.ArcGIS.ArcMapUI.IContentsView
[System.Runtime.InteropServices.DispId(1610678272)]
__property ESRI.ArcGIS.ArcMapUI.IContentsView* get_ContentsView();
__property void set_ContentsView( 
   ESRI.ArcGIS.ArcMapUI.IContentsView* value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property ESRI.ArcGIS.ArcMapUI.IContentsView^ ContentsView {
   ESRI.ArcGIS.ArcMapUI.IContentsView^ get();
   void set (    ESRI.ArcGIS.ArcMapUI.IContentsView^ 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

IMMContentsViewWrapper Interface
IMMContentsViewWrapper Members

Send Feedback