SiteMapDataSourceDesigner::IDataSourceDesigner::GetView Method (String^)
.NET Framework (current version)
For a description of this member, see IDataSourceDesigner::GetView.
Assembly: System.Design (in System.Design.dll)
private: virtual DesignerDataSourceView^ GetView( String^ viewName ) sealed = IDataSourceDesigner::GetView
Parameters
- viewName
-
Type:
System::String^
The name of the view to get.
Return Value
Type: System.Web.UI.Design::DesignerDataSourceView^A designer data-source view that contains information about the identified view, or null if a view with the specified name is not found.
Implements
IDataSourceDesigner::GetView(String^)This member is an explicit interface member implementation. It can be used only when the SiteMapDataSourceDesigner instance is cast to an IDataSourceDesigner interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: