IAppxBaseExtension.RemoveSupportedFileType(String) 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 specified supported file type from the extension.
public:
void RemoveSupportedFileType(System::String ^ supportedFileType);
public:
void RemoveSupportedFileType(Platform::String ^ supportedFileType);
void RemoveSupportedFileType(std::wstring const & supportedFileType);
public void RemoveSupportedFileType (string supportedFileType);
abstract member RemoveSupportedFileType : string -> unit
Public Sub RemoveSupportedFileType (supportedFileType As String)
Parameters
- supportedFileType
- String
[in] The file type to be removed.