IAppxBaseExtension Interface
Visual Studio 2015
Provides Share and File Open Picker extensions access to additional app manifest data elements.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | SupportedFileTypes | Gets the list of supported file types for this extension. |
![]() | SupportsAnyFileType | Gets or sets whether any file type is supported by the extension. |
| Name | Description | |
|---|---|---|
![]() | AddSupportedFileType(String) | Adds the specified supported file type to the extension. |
![]() | HasSupportedFileType(String) | Determines whether the extension supports the specified file type. |
![]() | RemoveSupportedFileType(String) | Removes the specified supported file type from the extension. |
Show:

