This namespace defines CLR attribute classes that allow designers to work with MEF.
Classes
| Class | Description | |
|---|---|---|
| .gif) | DslDefinitionModelCommandExtensionAttribute | Provides a strongly typed custom attribute which allows user to use the following: [DslDefinitionModelCommandExtension] in lieu of [Export(typeof(ICommandExtension)] [ExportMetadata("DslDefinitionModelExtensionFilter", null)] Use this attribute to Export an ICommandExtension MEF part for DslDefinitionModel designer. | 
| .gif) | DslDefinitionModelGestureExtensionAttribute | Provides a strongly typed custom attribute which allows user to use the following: [DslDefinitionModelGestureExtension] in lieu of [Export(typeof(IGestureExtension)] [ExportMetadata("DslDefinitionModelExtensionFilter", null)] Use this attribute to Export an IGestureExtension MEF part for DslDefinitionModel designer. | 
| .gif) | DslDefinitionModelValidationExtensionAttribute |