TextChange.IsInsert Property
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets a value that indicates whether this text change is an insert.
Namespace: System.Web.Razor.Text
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public ReadOnly Property IsInsert As Boolean
Get
'Usage
Dim instance As TextChange
Dim value As Boolean
value = instance.IsInsert
public bool IsInsert { get; }
public:
property bool IsInsert {
bool get ();
}
member IsInsert : bool
function get IsInsert () : boolean
Property Value
Type: System.Boolean
true if this text change is an insert; otherwise, false.