IAppxManifestDocument.SetSearchExtension Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the Search extension.
void SetSearchExtension(std::wstring const & executable, std::wstring const & entryPoint, std::wstring const & runtimeType, std::wstring const & startPage);
public void SetSearchExtension (string executable, string entryPoint, string runtimeType, string startPage);
abstract member SetSearchExtension : string * string * string * string -> unit
Public Sub SetSearchExtension (Optional executable As String, Optional entryPoint As String, Optional runtimeType As String, Optional startPage As String)
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.
Remarks
This method always overwrites any existing Search extension.