Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |