ResolveAddressCompletedEventArgs.Address プロパティ

定義

CivicAddress イベントに関連付けられている ResolveAddressCompleted を取得します。

public:
 property System::Device::Location::CivicAddress ^ Address { System::Device::Location::CivicAddress ^ get(); };
public System.Device.Location.CivicAddress Address { get; }
member this.Address : System.Device.Location.CivicAddress
Public ReadOnly Property Address As CivicAddress

プロパティ値

CivicAddress イベントに関連付けられている ResolveAddressCompleted。 アドレスを解決できなかった場合、このプロパティは Unknown を返します。

適用対象