Intersoft ClientUI Documentation
GetViews Method
See Also  Send Feedback
Intersoft.Client.Framework.Regions Namespace > IRegionAdapter Interface : GetViews Method






Returns a list of the views registered in the region.

Syntax

Visual Basic (Declaration) 
Function GetViews() As IEnumerable
Visual Basic (Usage)Copy Code
Dim instance As IRegionAdapter
Dim value As IEnumerable
 
value = instance.GetViews()
C# 
IEnumerable GetViews()
Delphi 
function GetViews(): IEnumerable; 
JScript 
function GetViews() : IEnumerable;
Managed Extensions for C++ 
IEnumerable* GetViews(); 
C++/CLI 
IEnumerable^ GetViews(); 

Return Value

A list of the views registered in the region.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.