IAppxManifestDocument.SetFileOpenPickerExtension Method

Definition

Sets the File Open Picker extension.

Microsoft::VisualStudio::Shell::Interop::IAppxFileOpenPickerExtension SetFileOpenPickerExtension(std::wstring const & executable, std::wstring const & entryPoint, std::wstring const & runtimeType, std::wstring const & startPage);
public Microsoft.VisualStudio.Shell.Interop.IAppxFileOpenPickerExtension SetFileOpenPickerExtension (string executable, string entryPoint, string runtimeType, string startPage);
abstract member SetFileOpenPickerExtension : string * string * string * string -> Microsoft.VisualStudio.Shell.Interop.IAppxFileOpenPickerExtension
Public Function SetFileOpenPickerExtension (Optional executable As String, Optional entryPoint As String, Optional runtimeType As String, Optional startPage As String) As IAppxFileOpenPickerExtension

Parameters

executable
String

[in] The executable field of the app manifest. This parameter is optional.

entryPoint
String

[in] The entryPoint field of the app manifest. This parameter is optional.

runtimeType
String

[in] The runtimeType field of the app manifest. This parameter is optional.

startPage
String

[in] The startPage field of the app manifest. This parameter is optional.

Returns

The File Open Picker extension object that provides access to additional data elements in the manifest.

Applies to