Share via


Switcher.FindView Method

Finds the specified view by using the specified controller context.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Protected Function FindView ( _
    view As IView _
) As Integer
'Usage
Dim view As IView
Dim returnValue As Integer

returnValue = Me.FindView(view)
protected int FindView(
    IView view
)
protected:
int FindView(
    IView^ view
)
member FindView : 
        view:IView -> int 
protected function FindView(
    view : IView
) : int

Parameters

Return Value

Type: System.Int32
Returns the page view.