ResolveAddressCompletedEventArgs 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ResolveAddressCompletedEventArgs의 새 인스턴스를 초기화합니다.
public:
ResolveAddressCompletedEventArgs(System::Device::Location::CivicAddress ^ address, Exception ^ error, bool cancelled, System::Object ^ userState);
public ResolveAddressCompletedEventArgs(System.Device.Location.CivicAddress address, Exception error, bool cancelled, object userState);
new System.Device.Location.ResolveAddressCompletedEventArgs : System.Device.Location.CivicAddress * Exception * bool * obj -> System.Device.Location.ResolveAddressCompletedEventArgs
Public Sub New (address As CivicAddress, error As Exception, cancelled As Boolean, userState As Object)
매개 변수
- address
- CivicAddress
CivicAddress 성공하면 위도/경도 위치에서 확인된 주소를 포함하는 주소입니다.
- error
- Exception
주소를 확인하는 동안 발생할 수 있는 예외에 대한 예외 개체입니다.
- cancelled
- Boolean
true작업이 취소되었으면 다음을 수행합니다. 그렇지 않으면 . false
- userState
- Object
주소를 확인하기 위한 요청을 추적하기 위한 토큰입니다. 사용하지 않을 수 null 있습니다.
설명
이 생성자는 공용이므로 인터페이스를 구현하는 클래스가 ICivicAddressResolver 이벤트를 발생시키는 이 개체를 만들 수 있습니다.