PlaceInfoCreateOptions.DisplayAddress Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Adresse ab, die PlaceInfoCreateOptions zugeordnet ist.
public:
property Platform::String ^ DisplayAddress { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DisplayAddress();
void DisplayAddress(winrt::hstring value);
public string DisplayAddress { get; set; }
var string = placeInfoCreateOptions.displayAddress;
placeInfoCreateOptions.displayAddress = string;
Public Property DisplayAddress As String
Eigenschaftswert
Die Adresse, die placeInfoCreateOptions zugeordnet ist.