MenuItemTemplate.Attributes property

Gets the collection of attributes in the XML markup of the menu item.

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

Syntax

'Declaration
Public ReadOnly Property Attributes As AttributeCollection
    Get
'Usage
Dim instance As MenuItemTemplate
Dim value As AttributeCollection

value = instance.Attributes
public AttributeCollection Attributes { get; }

Property value

Type: System.Web.UI.AttributeCollection
An AttributionCollection that represents the collection of attributes.

See also

Reference

MenuItemTemplate class

MenuItemTemplate members

Microsoft.SharePoint.WebControls namespace