ConsoleNode.DisplayText - Propriété
Obtient ou définit le texte d'affichage associé à cet objet ConsoleNode .
Espace de noms : Microsoft.SharePoint.Publishing.WebControls
Assembly : Microsoft.SharePoint.Publishing (dans Microsoft.SharePoint.Publishing.dll)
Syntaxe
'Déclaration
Public Property DisplayText As String
Get
Set
'Utilisation
Dim instance As ConsoleNode
Dim value As String
value = instance.DisplayText
instance.DisplayText = value
public string DisplayText { get; set; }
Valeur de propriété
Type : System.String
Chaîne représentant le texte affiché pour ce ConsoleNode.
Remarques
Cette propriété a le même comportement que la propriété ConsoleNode.Text .
Voir aussi
Référence
Microsoft.SharePoint.Publishing.WebControls - Espace de noms