SiteMapNode.IHierarchyData.Type 属性

定义

获取表示分层数据项的类型名称的字符串。 有关此成员的说明,请参见 Type

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

属性值

String

名为 “SiteMapNode”的字符串。

实现

注解

此成员是显式接口成员的实现。 它只能在 SiteMapNode 实例被强制转换为 IHierarchyData 接口时使用。

适用于

另请参阅