IAppxManifestDocument2::GetSearchExtension Method (String^, String^, String^, String^)
Visual Studio 2015
Gets the Search extension.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
bool GetSearchExtension(
[OutAttribute] String^% executable,
[OutAttribute] String^% entryPoint,
[OutAttribute] String^% runtimeType,
[OutAttribute] String^% startPage
)
Parameters
- executable
-
Type:
System::String^
[out] The executable field of the app manifest.
- entryPoint
-
Type:
System::String^
[out] The entryPoint field of the app manifest.
- runtimeType
-
Type:
System::String^
[out] The runtimeType field of the app manifest.
- startPage
-
Type:
System::String^
[out] The startPage field of the app manifest.
Because at most one Search extension is allowed per manifest, there is no ambiguity as to which data is returned by this method.
Show: