IContactPickerActivatedEventArgs Interface

Definition

Provides data when an app is activated because it uses the Contact Picker.

public interface class IContactPickerActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ContactActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3461851879, 25673, 17831, 151, 31, 209, 19, 190, 122, 137, 54)]
struct IContactPickerActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ContactActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.Guid(3461851879, 25673, 17831, 151, 31, 209, 19, 190, 122, 137, 54)]
public interface IContactPickerActivatedEventArgs : IActivatedEventArgs
Public Interface IContactPickerActivatedEventArgs
Implements IActivatedEventArgs
Derived
Attributes
Implements

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.ApplicationModel.Activation.ContactActivatedEventsContract (introduced in v1.0)

Remarks

Interface inheritance

IContactPickerActivatedEventArgs inherits IActivatedEventArgs. Types that implement IContactPickerActivatedEventArgs also implement the interface members of IActivatedEventArgs.

Properties

ContactPickerUI

The letterbox UI of the contact picker that is displayed when the user wants to pick files or folders that are provided by the app.

Kind

Gets the reason that this app is being activated.

(Inherited from IActivatedEventArgs)
PreviousExecutionState

Gets the execution state of the app before this activation.

(Inherited from IActivatedEventArgs)
SplashScreen

Gets the splash screen object that provides information about the transition from the splash screen to the activated app.

(Inherited from IActivatedEventArgs)

Applies to

See also