JScriptException.EndColumn Eigenschap

Definitie

Hiermee haalt u de kolom op in de code waarin de fout eindigt.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 property int EndColumn { int get(); };
public int EndColumn { get; }
member this.EndColumn : int
Public ReadOnly Property EndColumn As Integer

Waarde van eigenschap

De kolom in de code waarin de fout eindigt, of 0 als dit Context het is null.

Implementeringen

Van toepassing op

Zie ook