IFileOpenPickerActivatedEventArgs2
IFileOpenPickerActivatedEventArgs2
IFileOpenPickerActivatedEventArgs2
IFileOpenPickerActivatedEventArgs2
Interface
Definition
Provides information about the activated event that fires when the user tries to pick files or folders that are provided by the app.
public : interface IFileOpenPickerActivatedEventArgs2public interface IFileOpenPickerActivatedEventArgs2Public Interface IFileOpenPickerActivatedEventArgs2// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
CallerPackageFamilyName CallerPackageFamilyName CallerPackageFamilyName CallerPackageFamilyName
The package family name of the app that launched your app.
public : PlatForm::String CallerPackageFamilyName { get; }public string CallerPackageFamilyName { get; }Public ReadOnly Property CallerPackageFamilyName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The caller's package family name.