SiteMapNode.Attributes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
除了为 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
属性值
除 NameValueCollection、SiteMapNode、Title 和 Description 之外的 Url 的附加特性的 Roles;否则,如果不存在这些附加特性,则为 null
。
例外
该节点是只读的。
注解
Attributes当需要将其他属性应用于站点地图节点,但不希望派生自定义类以执行此操作时,通常会使用 集合。
受保护 Attributes 属性的执行方式 Title 与 或 Description 属性不同。 对于本地化支持,开发人员必须使用默认索引器。