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