IAppxFileOpenPickerExtension.HasSupportedFileType(String) 方法

定义

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

参数

supportedFileType
String

返回

Boolean

实现

适用于