IAppxBaseExtension.RemoveSupportedFileType(String) Method

Definition

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.

Applies to