Place 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Place() |
初始化 Place 类的新实例。 |
Place(Object, Object, Object, String, String) |
初始化 Place 类的新实例。 |
Place()
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
(位置的地址可以是 string
) 类型的 PostalAddress
复杂对象。
- geo
- Object
(地点的地理坐标可以是类型 GeoCoordinates
或 GeoShape
) 的复杂对象。
- hasMap
- Object
映射到的位置 (可能是 string
(URL) 或类型为) 的复杂 Map
对象。
- type
- String
事物的类型。
- name
- String
事物的名称。