Freigeben über


Menu.LinkExtraAttributesDictionary-Eigenschaft

Ruft die Zeichenfolge LinkExtraAttributes als Attributauflistung ab.

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; }

Eigenschaftswert

Typ: System.Collections.Generic.Dictionary<String, String>
Ein Auflistungsobjekt, das die Attribute darstellt.

Ausnahmen

Ausnahme Bedingung
FormatException

Die Zeichenfolge aus LinkExtraAttributes ist nicht perfekt formatiert.

Siehe auch

Referenz

Menu Klasse

Menu-Member

Microsoft.SharePoint.WebControls-Namespace