Udostępnij za pośrednictwem


CivicAddress Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CivicAddress.

Przeciążenia

CivicAddress()

Inicjuje nowe wystąpienie klasy CivicAddress.

CivicAddress(String, String, String, String, String, String, String, String)

Inicjuje CivicAddress nowe wystąpienie klasy przy użyciu informacji o adresie.

CivicAddress()

Inicjuje nowe wystąpienie klasy CivicAddress.

public:
 CivicAddress();
public CivicAddress ();
Public Sub New ()

Uwagi

Wszystkie pola są inicjowane na .Empty

Dotyczy

CivicAddress(String, String, String, String, String, String, String, String)

Inicjuje CivicAddress nowe wystąpienie klasy przy użyciu informacji o adresie.

public:
 CivicAddress(System::String ^ addressLine1, System::String ^ addressLine2, System::String ^ building, System::String ^ city, System::String ^ countryRegion, System::String ^ floorLevel, System::String ^ postalCode, System::String ^ stateProvince);
public CivicAddress (string addressLine1, string addressLine2, string building, string city, string countryRegion, string floorLevel, string postalCode, string stateProvince);
new System.Device.Location.CivicAddress : string * string * string * string * string * string * string * string -> System.Device.Location.CivicAddress
Public Sub New (addressLine1 As String, addressLine2 As String, building As String, city As String, countryRegion As String, floorLevel As String, postalCode As String, stateProvince As String)

Parametry

addressLine1
String

Ciąg zawierający pierwszy wiersz adresu ulicznego.

addressLine2
String

Ciąg zawierający drugi wiersz adresu ulicy.

building
String

Ciąg zawierający nazwę lub numer budynku.

city
String

Ciąg zawierający miasto.

countryRegion
String

Ciąg zawierający kraj lub region.

floorLevel
String

Ciąg zawierający numer podłogi.

postalCode
String

Ciąg zawierający kod pocztowy.

stateProvince
String

Ciąg zawierający stan lub prowincję.

Wyjątki

Co najmniej jeden parametr musi być ciągiem niepustym.

Dotyczy