IEditorText.Text Property
Applies to v2.
Gets or sets all the text in the editor. Setting the text will clear the dirty state.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Property Text As String
Get
Set
'Usage
Dim instance As IEditorText
Dim value As String
value = instance.Text
instance.Text = value
string Text { get; set; }
property String^ Text {
String^ get ();
void set (String^ value);
}
abstract Text : string with get, set
function get Text () : String
function set Text (value : String)
Property Value
Type: System.String
All the text in the editor.