Location Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Location(String) | |
Location(String, Boolean) | |
Location(Int32, String, Int32, Boolean) | |
Location(Int32, Int32, String, String, Int32) |
Location(String)
public:
Location(System::String ^ shapeId);
public Location (string shapeId);
new Microsoft.XLANGs.RuntimeTypes.Location : string -> Microsoft.XLANGs.RuntimeTypes.Location
Public Sub New (shapeId As String)
Paramètres
- shapeId
- String
S’applique à
Location(String, Boolean)
public:
Location(System::String ^ shapeId, bool begin);
public Location (string shapeId, bool begin);
new Microsoft.XLANGs.RuntimeTypes.Location : string * bool -> Microsoft.XLANGs.RuntimeTypes.Location
Public Sub New (shapeId As String, begin As Boolean)
Paramètres
- shapeId
- String
- begin
- Boolean
S’applique à
Location(Int32, String, Int32, Boolean)
public:
Location(int index, System::String ^ shapeId, int segmentId, bool begin);
public Location (int index, string shapeId, int segmentId, bool begin);
new Microsoft.XLANGs.RuntimeTypes.Location : int * string * int * bool -> Microsoft.XLANGs.RuntimeTypes.Location
Public Sub New (index As Integer, shapeId As String, segmentId As Integer, begin As Boolean)
Paramètres
- index
- Int32
- shapeId
- String
- segmentId
- Int32
- begin
- Boolean
S’applique à
Location(Int32, Int32, String, String, Int32)
public:
Location(int line, int column, System::String ^ source, System::String ^ shapeId, int segmentId);
public Location (int line, int column, string source, string shapeId, int segmentId);
new Microsoft.XLANGs.RuntimeTypes.Location : int * int * string * string * int -> Microsoft.XLANGs.RuntimeTypes.Location
Public Sub New (line As Integer, column As Integer, source As String, shapeId As String, segmentId As Integer)
Paramètres
- line
- Int32
- column
- Int32
- source
- String
- shapeId
- String
- segmentId
- Int32