IAppxShareExtension Interface
Visual Studio 2015
Provides Share 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 | |
|---|---|---|
![]() | DataFormats | Gets a list of data formats supported by the Share extension. |
![]() | SupportedFileTypes | |
![]() | SupportsAnyFileType |
| Name | Description | |
|---|---|---|
![]() | AddDataFormat(String^) | Adds the specified data format to the Share extension. |
![]() | AddSupportedFileType(String^) | |
![]() | HasDataFormat(String^) | Determines whether the Share extension contains the specified data format. |
![]() | HasSupportedFileType(String^) | |
![]() | RemoveDataFormat(String^) | Removes the specified data format from the Share extension. |
![]() | RemoveSupportedFileType(String^) |
Show:

