SiteMapNode.INavigateUIData.Description 属性

定义

获取站点地图节点的 Description 属性。Gets the Description property of the site map node. 有关此成员的说明,请参见 DescriptionFor a description of this member, see Description.

property System::String ^ System::Web::UI::INavigateUIData::Description { System::String ^ get(); };
string System.Web.UI.INavigateUIData.Description { get; }
member this.System.Web.UI.INavigateUIData.Description : string
 ReadOnly Property Description As String Implements INavigateUIData.Description

属性值

String

显示为工具提示中导航控件节点的文本;如果未设置 Description,则为 EmptyText displayed in a ToolTip for a node of a navigation control; otherwise, Empty, if no Description is set.

实现

注解

INavigateUIData.Description属性委托给 Description 属性。The INavigateUIData.Description property delegates to the Description property.

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 SiteMapNode 实例被强制转换为 INavigateUIData 接口时使用。It can be used only when the SiteMapNode instance is cast to an INavigateUIData interface.

适用于

另请参阅