SiteMapDataSourceView 생성자

정의

SiteMapDataSourceView 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
SiteMapDataSourceView(SiteMapDataSource, String, SiteMapNode)

지정된 단일 노드를 노드의 내부 컬렉션에 추가하여 클래스의 SiteMapDataSourceView 명명된 새 인스턴스를 초기화합니다.

SiteMapDataSourceView(SiteMapDataSource, String, SiteMapNodeCollection)

노드의 SiteMapDataSourceView 내부 컬렉션을 지정된 노드 컬렉션으로 설정하여 클래스의 명명된 새 인스턴스를 초기화합니다.

SiteMapDataSourceView(SiteMapDataSource, String, SiteMapNode)

지정된 단일 노드를 노드의 내부 컬렉션에 추가하여 클래스의 SiteMapDataSourceView 명명된 새 인스턴스를 초기화합니다.

public:
 SiteMapDataSourceView(System::Web::UI::WebControls::SiteMapDataSource ^ owner, System::String ^ name, System::Web::SiteMapNode ^ node);
public SiteMapDataSourceView(System.Web.UI.WebControls.SiteMapDataSource owner, string name, System.Web.SiteMapNode node);
new System.Web.UI.WebControls.SiteMapDataSourceView : System.Web.UI.WebControls.SiteMapDataSource * string * System.Web.SiteMapNode -> System.Web.UI.WebControls.SiteMapDataSourceView
Public Sub New (owner As SiteMapDataSource, name As String, node As SiteMapNode)

매개 변수

name
String

뷰의 이름입니다.

설명

SiteMapDataSourceView 클래스는 개체의 래퍼 클래스입니다SiteMapNodeCollection. SiteMapDataSourceView using SiteMapDataSourceView 생성자를 만들면 단일 SiteMapNode 개체를 사용하여 내부 노드 컬렉션이 초기화됩니다. 사이트 맵 구조는 노드를 참조 지점으로 사용하여 탐색됩니다.

추가 정보

적용 대상

SiteMapDataSourceView(SiteMapDataSource, String, SiteMapNodeCollection)

노드의 SiteMapDataSourceView 내부 컬렉션을 지정된 노드 컬렉션으로 설정하여 클래스의 명명된 새 인스턴스를 초기화합니다.

public:
 SiteMapDataSourceView(System::Web::UI::WebControls::SiteMapDataSource ^ owner, System::String ^ name, System::Web::SiteMapNodeCollection ^ collection);
public SiteMapDataSourceView(System.Web.UI.WebControls.SiteMapDataSource owner, string name, System.Web.SiteMapNodeCollection collection);
new System.Web.UI.WebControls.SiteMapDataSourceView : System.Web.UI.WebControls.SiteMapDataSource * string * System.Web.SiteMapNodeCollection -> System.Web.UI.WebControls.SiteMapDataSourceView
Public Sub New (owner As SiteMapDataSource, name As String, collection As SiteMapNodeCollection)

매개 변수

name
String

뷰의 이름입니다.

collection
SiteMapNodeCollection

SiteMapNodeCollection 뷰를 SiteMapDataSourceView 제공하는 노드의 A입니다.

설명

SiteMapDataSourceView 클래스는 개체의 래퍼 클래스입니다SiteMapNodeCollection. SiteMapDataSourceView using SiteMapDataSourceView 생성자를 만들면 생성자에 전달되는 내부 노드 컬렉션 SiteMapNodeCollection 이 초기화됩니다.

추가 정보

적용 대상