ArcFM Responder Mobile Developer Guide
ContentsViewByName Method (IMMContentsViewHelper)






Syntax
'Declaration
 
Function ContentsViewByName( _
   ByVal contentsName As System.String _
) As ESRI.ArcGIS.ArcMapUI.IContentsView
'Usage
 
Dim instance As IMMContentsViewHelper
Dim contentsName As System.String
Dim value As ESRI.ArcGIS.ArcMapUI.IContentsView
 
value = instance.ContentsViewByName(contentsName)
ESRI.ArcGIS.ArcMapUI.IContentsView ContentsViewByName( 
   System.string contentsName
)
function ContentsViewByName( 
    contentsName: System.String
): ESRI.ArcGIS.ArcMapUI.IContentsView; 
function ContentsViewByName( 
   contentsName : System.String
) : ESRI.ArcGIS.ArcMapUI.IContentsView;
ESRI.ArcGIS.ArcMapUI.IContentsView* ContentsViewByName( 
   System.string* contentsName
) 
ESRI.ArcGIS.ArcMapUI.IContentsView^ ContentsViewByName( 
   System.String^ contentsName
) 

Parameters

contentsName
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

IMMContentsViewHelper Interface
IMMContentsViewHelper Members

Send Feedback