IAppxShareExtension Interface

 

Provides Share 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)

[GuidAttribute("1323D2E8-A6E1-498D-93B9-16CA249C9306")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IAppxShareExtension : IAppxBaseExtension

NameDescription
System_CAPS_pubpropertyDataFormats

Gets a list of data formats supported by the Share extension.

System_CAPS_pubpropertySupportedFileTypes

System_CAPS_pubpropertySupportsAnyFileType

NameDescription
System_CAPS_pubmethodAddDataFormat(String)

Adds the specified data format to the Share extension.

System_CAPS_pubmethodAddSupportedFileType(String)

System_CAPS_pubmethodHasDataFormat(String)

Determines whether the Share extension contains the specified data format.

System_CAPS_pubmethodHasSupportedFileType(String)

System_CAPS_pubmethodRemoveDataFormat(String)

Removes the specified data format from the Share extension.

System_CAPS_pubmethodRemoveSupportedFileType(String)

Return to top
Show: