Intersoft ClientUI Documentation
GetViews Method
See Also  Send Feedback
Intersoft.Client.Framework.Regions Namespace > RegionAdapterBase<T> Class : GetViews Method






Returns a list of the views registered in the region.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetViews() As IEnumerable
Visual Basic (Usage)Copy Code
Dim instance As RegionAdapterBase(Of T)
Dim value As IEnumerable
 
value = instance.GetViews()
C# 
public virtual IEnumerable GetViews()
Delphi 
public function GetViews(): IEnumerable; virtual; 
JScript 
public function GetViews() : IEnumerable;
Managed Extensions for C++ 
public: virtual IEnumerable* GetViews(); 
C++/CLI 
public:
virtual 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.