Compartir a través de


SourceCodePosition.StartOffset (Propiedad)

Obtiene el desplazamiento para el inicio de la definición en el origen.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Public ReadOnly Property StartOffset As Integer
    Get
public int StartOffset { get; }
public:
property int StartOffset {
    int get ();
}
member StartOffset : int
function get StartOffset () : int

Valor de propiedad

Tipo: System.Int32
Desplazamiento para el inicio de la definición.

Seguridad de .NET Framework

Vea también

Referencia

SourceCodePosition Clase

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)