IAppxFileOpenPickerExtension.AddSupportedFileType(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
void AddSupportedFileType(System::String ^ supportedFileType);
public:
void AddSupportedFileType(Platform::String ^ supportedFileType);
void AddSupportedFileType(std::wstring const & supportedFileType);
public void AddSupportedFileType (string supportedFileType);
abstract member AddSupportedFileType : string -> unit
Public Sub AddSupportedFileType (supportedFileType As String)
参数
- supportedFileType
- String