IContactPostActivatedEventArgs
IContactPostActivatedEventArgs
IContactPostActivatedEventArgs
IContactPostActivatedEventArgs
Interface
Definition
Provides data when an app is activated to post a contact.
public : interface IContactPostActivatedEventArgspublic interface IContactPostActivatedEventArgsPublic Interface IContactPostActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IContactActivatedEventArgsIContactActivatedEventArgsIContactActivatedEventArgsIContactActivatedEventArgsIContactPostActivatedEventArgsIContactPostActivatedEventArgsIContactPostActivatedEventArgsIContactPostActivatedEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.ApplicationModel.Activation.ContactActivatedEventsContract (introduced v1)
|
Inherited Members
Inherited properties
Properties
ServiceId ServiceId ServiceId ServiceId
Gets the identifier of the service used for the post.
public : PlatForm::String ServiceId { get; }public string ServiceId { get; }Public ReadOnly Property ServiceId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The identifier of the service used for the post.
ServiceUserId ServiceUserId ServiceUserId ServiceUserId
Gets the user identifier of the service used for the post.
public : PlatForm::String ServiceUserId { get; }public string ServiceUserId { get; }Public ReadOnly Property ServiceUserId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The user identifier of the service used for the post.