IAppxManifestDocument.RemoveSearchExtension 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.
Removes the Search extension.
public:
void RemoveSearchExtension();
public:
void RemoveSearchExtension();
void RemoveSearchExtension();
public void RemoveSearchExtension ();
abstract member RemoveSearchExtension : unit -> unit
Public Sub RemoveSearchExtension ()
Remarks
Because at most one Search extension is allowed per manifest, there is no ambiguity as to which data is removed by this method.