IFileSavePickerActivatedEventArgs2
IFileSavePickerActivatedEventArgs2
IFileSavePickerActivatedEventArgs2
IFileSavePickerActivatedEventArgs2
Interface
Definition
Provides information about the activated event that fires when the user saves a file through the file picker and selects the app as the location.
public : interface IFileSavePickerActivatedEventArgs2public interface IFileSavePickerActivatedEventArgs2Public Interface IFileSavePickerActivatedEventArgs2// 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.
Remarks
If the caller is a non-packaged app (such as a Win32 app), CallerPackageFamilyName will be empty, that is "".
EnterpriseId EnterpriseId EnterpriseId EnterpriseId
Gets the ID of the enterprise that owns the file.
public : PlatForm::String EnterpriseId { get; }public string EnterpriseId { get; }Public ReadOnly Property EnterpriseId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The ID of the enterprise that owns the file.