IAppxFileOpenPickerExtension Interface
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.
Provides File Open Picker extensions access to additional app manifest data elements.
public interface class IAppxFileOpenPickerExtension : Microsoft::VisualStudio::Shell::Interop::IAppxBaseExtension
public interface class IAppxFileOpenPickerExtension : Microsoft::VisualStudio::Shell::Interop::IAppxBaseExtension
__interface IAppxFileOpenPickerExtension : Microsoft::VisualStudio::Shell::Interop::IAppxBaseExtension
[System.Runtime.InteropServices.Guid("01B7617F-B00A-4290-870E-D329B5A43033")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAppxFileOpenPickerExtension : Microsoft.VisualStudio.Shell.Interop.IAppxBaseExtension
[<System.Runtime.InteropServices.Guid("01B7617F-B00A-4290-870E-D329B5A43033")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAppxFileOpenPickerExtension = interface
interface IAppxBaseExtension
Public Interface IAppxFileOpenPickerExtension
Implements IAppxBaseExtension
- Attributes
- Implements
Properties
SupportedFileTypes | |
SupportsAnyFileType |
Methods
AddSupportedFileType(String) | |
HasSupportedFileType(String) | |
RemoveSupportedFileType(String) |