Place 생성자

정의

오버로드

Place()

Place 클래스의 새 인스턴스를 초기화합니다.

Place(Object, Object, Object, String, String)

Place 클래스의 새 인스턴스를 초기화합니다.

Place()

Place 클래스의 새 인스턴스를 초기화합니다.

public Place ();
Public Sub New ()

적용 대상

Place(Object, Object, Object, String, String)

Place 클래스의 새 인스턴스를 초기화합니다.

public Place (object address = default, object geo = default, object hasMap = default, string type = default, string name = default);
new Microsoft.Bot.Schema.Place : obj * obj * obj * string * string -> Microsoft.Bot.Schema.Place
Public Sub New (Optional address As Object = Nothing, Optional geo As Object = Nothing, Optional hasMap As Object = Nothing, Optional type As String = Nothing, Optional name As String = Nothing)

매개 변수

address
Object

위치의 주소입니다(형식PostalAddress의 복합 개체일 string 수도 있음).

geo
Object

장소의 지역 좌표(또는 GeoShape형식 GeoCoordinates 의 복합 개체일 수 있음).

hasMap
Object

위치((URL) 또는 형식Map의 복합 개체일 수 있음 string )에 매핑합니다.

type
String

사물의 유형입니다.

name
String

사물의 이름입니다.

적용 대상