TextEditor.EditableText, propriété (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the raw HTML to display in the Web browser for the user to edit.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Property EditableText As String
'Utilisation
Dim instance As TextEditor
Dim value As String
value = instance.EditableText
instance.EditableText = value
public string EditableText { get; set; }
Valeur de la propriété
A string that represents the raw HTML to display in the Web browser for the user to edit.
Voir aussi
Référence
TextEditor, classe
Membres TextEditor
Microsoft.SharePoint.Portal.WebControls, espace de noms