Sdílet prostřednictvím


Place Konstruktory

Definice

Přetížení

Place()

Inicializuje novou instanci Place třídy .

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

Inicializuje novou instanci Place třídy .

Place()

Inicializuje novou instanci Place třídy .

public Place ();
Public Sub New ()

Platí pro

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

Inicializuje novou instanci Place třídy .

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)

Parametry

address
Object

Adresa místa (může být string nebo komplexní objekt typu PostalAddress).

geo
Object

Zeměpisné souřadnice místa (může být komplexní objekt typu GeoCoordinates nebo GeoShape).

hasMap
Object

Mapovat na místo (může být string (adresa URL) nebo komplexní objekt typu Map).

type
String

Typ věci.

name
String

Název věci.

Platí pro