IAppxManifestDocument::SetFileOpenPickerExtension Method (String^, String^, String^, String^)

 

Sets the File Open Picker extension.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

IAppxFileOpenPickerExtension^ SetFileOpenPickerExtension(
	String^ executable,
	String^ entryPoint,
	String^ runtimeType,
	String^ startPage
)

Parameters

executable
Type: System::String^

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

entryPoint
Type: System::String^

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

runtimeType
Type: System::String^

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

startPage
Type: System::String^

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

Return Value

Type: Microsoft.VisualStudio.Shell.Interop::IAppxFileOpenPickerExtension^

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

Return to top
Show: