IVsaScriptCodeItem.StartColumn Właściwość

Definicja

Po zaimplementowaniu w klasie pobiera lub ustawia numer kolumny w wierszu, w którym zaczyna się ten kod.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

public:
 property int StartColumn { int get(); void set(int value); };
public int StartColumn { get; set; }
member this.StartColumn : int with get, set
Public Property StartColumn As Integer

Wartość właściwości

Int32

Numer kolumny, w której zaczyna się ten kod.

Dotyczy

Zobacz też