IAppxFileOpenPickerExtension Interface

Definition

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)

Applies to