SiteMapNode.Attributes プロパティ
アセンブリ: System.Web (system.web.dll 内)

Protected Property Attributes As NameValueCollection
protected NameValueCollection Attributes { get; set; }
protected: property NameValueCollection^ Attributes { NameValueCollection^ get (); void set (NameValueCollection^ value); }
/** @property */ protected NameValueCollection get_Attributes () /** @property */ protected void set_Attributes (NameValueCollection value)
protected function get Attributes () : NameValueCollection protected function set Attributes (value : NameValueCollection)
Title、Description、Url、および Roles 以外の、SiteMapNode の追加属性の NameValueCollection。属性が存在しない場合は null 参照 (Visual Basic では Nothing)。


一般的に、Attributes コレクションは、追加属性をサイト マップ ノードに適用する必要があるが、そのために派生カスタム クラスを作らない場合に使用します。
保護された Attributes 属性は、Title プロパティや Description プロパティと動作が異なります。ローカリゼーションをサポートする場合は、既定のインデクサを使用してください。

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からSiteMapNode.Attributes プロパティを検索する場合は、下記のリンクをクリックしてください。

- SiteMapNode.Attributes プロパティのページへのリンク