Udostępnij za pośrednictwem


Place Konstruktory

Definicja

Przeciążenia

Place()

Inicjuje nowe wystąpienie klasy Place.

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

Inicjuje nowe wystąpienie klasy Place.

Place()

Inicjuje nowe wystąpienie klasy Place.

public Place();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy 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)

Parametry

address
Object

Adres miejsca (może być string lub obiekt złożony typu PostalAddress).

geo
Object

Współrzędne geograficzne miejsca (mogą być obiektami złożonymi typu GeoCoordinates lub GeoShape).

hasMap
Object

Mapuj na miejsce (może to być string (adres URL) lub obiekt złożony typu Map).

type
String

Typ rzeczy.

name
String

Nazwa rzeczy.

Dotyczy