Partager via


CivicAddress Constructeurs

Définition

Initialise une nouvelle instance de la classe CivicAddress.

Surcharges

CivicAddress()

Initialise une nouvelle instance de la classe CivicAddress.

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

Initialise une nouvelle instance de la classe CivicAddress à l’aide des informations d’adresse.

CivicAddress()

Initialise une nouvelle instance de la classe CivicAddress.

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

Remarques

Tous les champs sont initialisés à Empty.

S’applique à

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

Initialise une nouvelle instance de la classe CivicAddress à l’aide des informations d’adresse.

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)

Paramètres

addressLine1
String

Chaîne contenant la première ligne de l’adresse postale.

addressLine2
String

Chaîne contenant la deuxième ligne de l’adresse postale.

building
String

Chaîne contenant le nom ou le numéro du bâtiment.

city
String

Chaîne contenant la ville.

countryRegion
String

Chaîne contenant le pays ou la région.

floorLevel
String

Chaîne qui contient l’étage.

postalCode
String

Chaîne contenant le code postal.

stateProvince
String

Chaîne contenant l’État ou la province.

Exceptions

Au moins un paramètre doit être une chaîne non vide.

S’applique à