_Location.EndColumn Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Vsa.Vb.CodeDOM
Assembly:  Microsoft.Vsa.Vb.CodeDOMProcessor (in Microsoft.Vsa.Vb.CodeDOMProcessor.dll)

Syntax

'Declaration
Property EndColumn As UInteger
uint EndColumn { get; set; }
property unsigned int EndColumn {
    unsigned int get ();
    void set (unsigned int value);
}
abstract EndColumn : uint32 with get, set
function get EndColumn () : uint 
function set EndColumn (value : uint)

Property Value

Type: System.UInt32

.NET Framework Security

See Also

Reference

_Location Interface

Microsoft.Vsa.Vb.CodeDOM Namespace