Share via


Menu.LinkExtraAttributesDictionary property

Gets the LinkExtraAttributes string as an attribute collection.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

Menu class

Menu members

Microsoft.SharePoint.WebControls namespace