IPartExtensionFeature 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.
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. |