共用方式為


IPartExtensionFeature Interface

Definition

A feature that defines what extensions are used for a given part content type

public interface IPartExtensionFeature
type IPartExtensionFeature = interface
Public Interface IPartExtensionFeature

Methods

Register(String, String)

Registers a extension to be used for a content type.

TryGetExtension(String, String)

Attempts to retrieve a registered extension for the content type.

Applies to