AVEVA OMI Software Developer Kit



The content information.
ShowContent Method
Places content into Panes directed at certain screens.
Syntax
'Declaration
 
Public Overridable Function ShowContent( _
   ByVal contentInfo As ContentInfo _
) As Result
'Usage
 
Dim instance As ViewApplication
Dim contentInfo As ContentInfo
Dim value As Result
 
value = instance.ShowContent(contentInfo)
public virtual Result ShowContent( 
   ContentInfo contentInfo
)
public:
virtual Result^ ShowContent( 
   ContentInfo^ contentInfo
) 

Parameters

contentInfo
The content information.

Return Value

returns result
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