Partager via


HtmlMenuItem.Text, propriété (Microsoft.SharePoint.Portal.WebControls)

Gets or sets the text contained in the menu item link.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Property Text As String
'Utilisation
Dim instance As HtmlMenuItem
Dim value As String

value = instance.Text

instance.Text = value
public string Text { get; set; }

Valeur de la propriété

A string that represents the text contained in the menu item link.

Remarques

If the Separator property is true, the Text, TargetURL, and ImageURL properties are not used.

Voir aussi

Référence

HtmlMenuItem, classe
Membres HtmlMenuItem
Microsoft.SharePoint.Portal.WebControls, espace de noms