CivicAddress Constructors

Definitie

Initialiseert een nieuw exemplaar van de CivicAddress klasse.

Overloads

Name Description
CivicAddress()

Initialiseert een nieuw exemplaar van de CivicAddress klasse.

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

Initialiseert een nieuw exemplaar van de CivicAddress klasse met behulp van adresgegevens.

CivicAddress()

Initialiseert een nieuw exemplaar van de CivicAddress klasse.

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

Opmerkingen

Alle velden worden geïnitialiseerd tot Empty.

Van toepassing op

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

Initialiseert een nieuw exemplaar van de CivicAddress klasse met behulp van adresgegevens.

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)

Parameters

addressLine1
String

Een tekenreeks met de eerste regel van het adres.

addressLine2
String

Een tekenreeks die de tweede regel van het adres bevat.

building
String

Een tekenreeks met de naam of het nummer van het gebouw.

city
String

Een tekenreeks die de plaats bevat.

countryRegion
String

Een tekenreeks die het land of de regio bevat.

floorLevel
String

Een tekenreeks met het grondnummer.

postalCode
String

Een tekenreeks die de postcode bevat.

stateProvince
String

Een tekenreeks die de staat of provincie bevat.

Uitzonderingen

Ten minste één parameter moet een niet-lege tekenreeks zijn.

Van toepassing op