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