SiteMapNode.Attributes 属性

定义

除了为 SiteMapNode 类定义的强类型属性以外,获取或设置附加特性的集合。

protected:
 property System::Collections::Specialized::NameValueCollection ^ Attributes { System::Collections::Specialized::NameValueCollection ^ get(); void set(System::Collections::Specialized::NameValueCollection ^ value); };
protected System.Collections.Specialized.NameValueCollection Attributes { get; set; }
member this.Attributes : System.Collections.Specialized.NameValueCollection with get, set
Protected Property Attributes As NameValueCollection

属性值

NameValueCollectionSiteMapNodeTitleDescription 之外的 Url 的附加特性的 Roles;否则,如果不存在这些附加特性,则为 null

例外

该节点是只读的。

注解

Attributes当需要将其他属性应用于站点地图节点,但不希望派生自定义类以执行此操作时,通常会使用 集合。

受保护 Attributes 属性的执行方式 Title 与 或 Description 属性不同。 对于本地化支持,开发人员必须使用默认索引器。

适用于

另请参阅