ISymbolVariable.StartOffset Propriedade
Definição
Obtém o deslocamento inicial da variável no escopo da variável.Gets the start offset of the variable within the scope of the variable.
public:
property int StartOffset { int get(); };
public int StartOffset { get; }
member this.StartOffset : int
Public ReadOnly Property StartOffset As Integer
Valor da propriedade
O deslocamento inicial da variável.The start offset of the variable.
Comentários
Essa propriedade só se aplica à variável local.This property only applies to the local variable.