Sdílet prostřednictvím


CivicAddress Konstruktory

Definice

Inicializuje novou instanci CivicAddress třídy.

Přetížení

CivicAddress()

Inicializuje novou instanci CivicAddress třídy.

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

Inicializuje novou instanci CivicAddress třídy pomocí informací o adrese.

CivicAddress()

Inicializuje novou instanci CivicAddress třídy.

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

Poznámky

Všechna pole jsou inicializována na Empty.

Platí pro

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

Inicializuje novou instanci CivicAddress třídy pomocí informací o adrese.

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

Řetězec obsahující první řádek adresy.

addressLine2
String

Řetězec obsahující druhý řádek adresy.

building
String

Řetězec obsahující název nebo číslo budovy.

city
String

Řetězec obsahující město.

countryRegion
String

Řetězec obsahující zemi nebo oblast.

floorLevel
String

Řetězec obsahující číslo podlahy.

postalCode
String

Řetězec obsahující PSČ.

stateProvince
String

Řetězec obsahující stát nebo provincii.

Výjimky

Nejméně jeden parametr musí být neprázdný řetězec.

Platí pro