Partager via


_Location.BeginningLine Property

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

Syntax

'Déclaration
Property BeginningLine As UInteger
    Get
    Set
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)

Property Value

Type: System.UInt32

.NET Framework Security

See Also

Reference

_Location Interface

Microsoft.Vsa.Vb.CodeDOM Namespace