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

適用対象