IAppxBaseExtension Interface

Definition

Provides Share and File Open Picker extensions access to additional app manifest data elements.

public interface class IAppxBaseExtension
public interface class IAppxBaseExtension
__interface IAppxBaseExtension
[System.Runtime.InteropServices.Guid("893AC9E5-23A5-4561-9500-C27EF5A058AC")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAppxBaseExtension
[<System.Runtime.InteropServices.Guid("893AC9E5-23A5-4561-9500-C27EF5A058AC")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAppxBaseExtension = interface
Public Interface IAppxBaseExtension
Derived
Attributes

Properties

SupportedFileTypes

Gets the list of supported file types for this extension.

SupportsAnyFileType

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

Methods

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.

Applies to