IAppxBaseExtension Interface

 

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

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("893AC9E5-23A5-4561-9500-C27EF5A058AC")]
public interface IAppxBaseExtension

NameDescription
System_CAPS_pubpropertySupportedFileTypes

Gets the list of supported file types for this extension.

System_CAPS_pubpropertySupportsAnyFileType

Gets or sets whether any file type is supported by the extension.

NameDescription
System_CAPS_pubmethodAddSupportedFileType(String)

Adds the specified supported file type to the extension.

System_CAPS_pubmethodHasSupportedFileType(String)

Determines whether the extension supports the specified file type.

System_CAPS_pubmethodRemoveSupportedFileType(String)

Removes the specified supported file type from the extension.

Return to top
Show: