SiteMapDataSourceDesigner::IDataSourceDesigner::GetView Method (String^)

 

For a description of this member, see IDataSourceDesigner::GetView.

Namespace:   System.Web.UI.Design.WebControls
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.

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
Return to top
Show: