Location 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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)
매개 변수
- shapeId
- String
적용 대상
Location(String, Boolean)
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)
매개 변수
- index
- Int32
- shapeId
- String
- segmentId
- Int32
- begin
- Boolean
적용 대상
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)
매개 변수
- line
- Int32
- column
- Int32
- source
- String
- shapeId
- String
- segmentId
- Int32