IAppxManifestDocument::SetSearchExtension Method (String^, String^, String^, String^)
Visual Studio 2015
Sets the Search extension.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
void SetSearchExtension(
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.
This method always overwrites any existing Search extension.
Show: