Intersoft ClientUI Documentation
RegisterNavigableView(String,Type) Method
See Also  Send Feedback
Intersoft.Client.Framework.Regions Namespace > RegionManager Class > RegisterNavigableView Method : RegisterNavigableView(String,Type) Method






uri
The URI to be registered.
viewType
The type of the view to be registered.
Registers a type with the specified mapping to the target frame.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Sub RegisterNavigableView( _
   ByVal uri As String, _
   ByVal viewType As Type _
) 
Visual Basic (Usage)Copy Code
Dim uri As String
Dim viewType As Type
 
RegionManager.RegisterNavigableView(uri, viewType)
C# 
public static void RegisterNavigableView( 
   string uri,
   Type viewType
)
Delphi 
public procedure RegisterNavigableView( 
    uri: String;
    viewType: Type
); static; 
JScript 
public static function RegisterNavigableView( 
   uri : String,
   viewType : Type
);
Managed Extensions for C++ 
public: static void RegisterNavigableView( 
   string* uri,
   Type* viewType
) 
C++/CLI 
public:
static void RegisterNavigableView( 
   String^ uri,
   Type^ viewType
) 

Parameters

uri
The URI to be registered.
viewType
The type of the view to be registered.

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.