SiteMapNode::Item Property
Gets or sets a custom attribute from the Attributes collection or a resource string based on the specified key.
Assembly: System.Web (in System.Web.dll)
public: virtual property String^ Item[String^ key] { String^ get (String^ key); void set (String^ key, String^ value); }
Parameters
- key
- Type: System::String
A string that identifies the attribute or resource string to retrieve.
Property Value
Type: System::StringA custom attribute or resource string identified by key; otherwise, nullptr.
| Exception | Condition |
|---|---|
| InvalidOperationException | The node is read-only. |
The Item property is an indexer that first determines whether the provider that tracks the SiteMapNode object supports localization. If so, the Item calls the
GetImplicitResourceString method, passing the key parameter. If no localized text is returned, the Item calls the
GetExplicitResourceString method.
If no localized text is returned, or if the provider does not support localization, the Item attempts to return an element from the Attributes collection, using the specified key.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.