IExtensibilityEditorFactoryProviderMetadata Interface
Applies to v2.
Represents the MEF Metadata export descriptor.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Interface IExtensibilityEditorFactoryProviderMetadata
'Usage
Dim instance As IExtensibilityEditorFactoryProviderMetadata
public interface IExtensibilityEditorFactoryProviderMetadata
public interface class IExtensibilityEditorFactoryProviderMetadata
type IExtensibilityEditorFactoryProviderMetadata = interface end
public interface IExtensibilityEditorFactoryProviderMetadata
The IExtensibilityEditorFactoryProviderMetadata type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContentType | Gets the content type, must be unique. | |
Name | Gets the name of editor. |
Top