Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides File Open Picker extensions access to additional app manifest data elements.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("01B7617F-B00A-4290-870E-D329B5A43033")> _
Public Interface IAppxFileOpenPickerExtension _
Inherits IAppxBaseExtension
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("01B7617F-B00A-4290-870E-D329B5A43033")]
public interface IAppxFileOpenPickerExtension : IAppxBaseExtension
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"01B7617F-B00A-4290-870E-D329B5A43033")]
public interface class IAppxFileOpenPickerExtension : IAppxBaseExtension
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("01B7617F-B00A-4290-870E-D329B5A43033")>]
type IAppxFileOpenPickerExtension =
interface
interface IAppxBaseExtension
end
public interface IAppxFileOpenPickerExtension extends IAppxBaseExtension
The IAppxFileOpenPickerExtension type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
SupportedFileTypes | |
![]() |
SupportsAnyFileType |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddSupportedFileType | |
![]() |
HasSupportedFileType | |
![]() |
RemoveSupportedFileType |
Top