Menu.LinkExtraAttributesDictionary Property
Gets the LinkExtraAttributes string as an attribute collection.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property LinkExtraAttributesDictionary As Dictionary(Of String, String)
Get
'Usage
Dim instance As Menu
Dim value As Dictionary(Of String, String)
value = instance.LinkExtraAttributesDictionary
public Dictionary<string, string> LinkExtraAttributesDictionary { get; }
Property Value
Type: System.Collections.Generic.Dictionary<String, String>
A collection object representing the attributes.
Exceptions
Exception | Condition |
---|---|
FormatException | The string from LinkExtraAttributes is not perfectly formatted. |