TextLength Property
Gets {insert text here}.
Namespace: Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly: Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property TextLength As Integer
Get
'Usage
Dim instance As TextBuffer
Dim value As Integer
value = instance.TextLength
public abstract int TextLength { get; }
public:
virtual property int TextLength {
int get () abstract;
}
abstract TextLength : int
abstract function get TextLength () : int
Property Value
Type: System..::..Int32
See Also
Reference
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace