Gets the view by name.
| C# | Visual Basic | Visual C++ |
public InstantiatedView GetViewByName( string viewName )
Public Function GetViewByName ( _ viewName As String _ ) As InstantiatedView
public: InstantiatedView^ GetViewByName( String^ viewName )
- viewName (String)
- The name of the view to retrieve.
The requested view.