SiteMapNode.IsDescendantOf(SiteMapNode) 메서드

정의

현재 사이트 맵 노드가 지정된 노드의 자식 노드인지 또는 직접 하위 노드인지를 나타내는 값을 가져옵니다.

public:
 virtual bool IsDescendantOf(System::Web::SiteMapNode ^ node);
public virtual bool IsDescendantOf(System.Web.SiteMapNode node);
abstract member IsDescendantOf : System.Web.SiteMapNode -> bool
override this.IsDescendantOf : System.Web.SiteMapNode -> bool
Public Overridable Function IsDescendantOf (node As SiteMapNode) As Boolean

매개 변수

node
SiteMapNode

SiteMapNode 현재 노드가 자식 노드인지 또는 하위 노드인지 확인하는 값입니다.

반품

true현재 노드가 지정된 노드의 자식 또는 하위 노드이면 이고, 그렇지 않으면 . false

적용 대상