IAppxBaseExtension.HasSupportedFileType(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.
Determines whether the extension supports the specified file type.
public:
bool HasSupportedFileType(System::String ^ supportedFileType);
public:
bool HasSupportedFileType(Platform::String ^ supportedFileType);
bool HasSupportedFileType(std::wstring const & supportedFileType);
public bool HasSupportedFileType (string supportedFileType);
abstract member HasSupportedFileType : string -> bool
Public Function HasSupportedFileType (supportedFileType As String) As Boolean
Parameters
- supportedFileType
- String
[in] The file type to be checked.
Returns
true
if the file type is supported.