Propriedade _Location.BeginningLine

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

Sintaxe

'Declaração
Property BeginningLine As UInteger
uint BeginningLine { get; set; }
property unsigned int BeginningLine {
    unsigned int get ();
    void set (unsigned int value);
}
abstract BeginningLine : uint32 with get, set
function get BeginningLine () : uint 
function set BeginningLine (value : uint)

Valor de propriedade

Tipo: UInt32

Segurança do .NET Framework

Consulte também

Referência

_Location Interface

Namespace Microsoft.Vsa.Vb.CodeDOM