IAppxShareExtension 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 Share extensions access to additional app manifest data elements.
public interface class IAppxShareExtension : Microsoft::VisualStudio::Shell::Interop::IAppxBaseExtension
public interface class IAppxShareExtension : Microsoft::VisualStudio::Shell::Interop::IAppxBaseExtension
__interface IAppxShareExtension : Microsoft::VisualStudio::Shell::Interop::IAppxBaseExtension
[System.Runtime.InteropServices.Guid("1323D2E8-A6E1-498D-93B9-16CA249C9306")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAppxShareExtension : Microsoft.VisualStudio.Shell.Interop.IAppxBaseExtension
[<System.Runtime.InteropServices.Guid("1323D2E8-A6E1-498D-93B9-16CA249C9306")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAppxShareExtension = interface
interface IAppxBaseExtension
Public Interface IAppxShareExtension
Implements IAppxBaseExtension
- Attributes
- Implements
Properties
DataFormats |
Gets a list of data formats supported by the Share extension. |
SupportedFileTypes | |
SupportsAnyFileType |
Methods
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) |