Język

Place Konstruktory

Definicja

Przeciążenia

Nazwa Opis
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 złożonym obiektem typu PostalAddress).

geo
Object

Współrzędne geograficzne miejsca (mogą być obiektem zespolonym typu GeoCoordinates lub GeoShape).

hasMap
Object

Odwzoruj miejsce (może być string (URL) lub złożony obiekt typu Map).

type
String

Typ tego typu rzeczy.

name
String

Nazwa tego urządzenia.

Dotyczy