TextSpan Structure

Namespace:  Microsoft.Data.Tools.XmlDesignerBase.Model
Assemblies:   Microsoft.Data.Tools.Design.XmlCore (in Microsoft.Data.Tools.Design.XmlCore.dll)
  Microsoft.Data.Tools.XmlDesignerBase (in Microsoft.Data.Tools.XmlDesignerBase.dll)

Syntax

'Declaration
Public Structure TextSpan
'Usage
Dim instance As TextSpan
public struct TextSpan
public value class TextSpan
[<SealedAttribute>]
type TextSpan =  struct end
JScript suports the use of structures, but not the declaration of new ones.

The TextSpan type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Fields

  Name Description
Public field iEndIndex
Public field iEndLine
Public field iStartIndex
Public field iStartLine

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Tools.XmlDesignerBase.Model Namespace