Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This namespace defines CLR attribute classes that allow designers to work with MEF.
Classes
Class | Description | |
---|---|---|
![]() |
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. |
![]() |
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. |
![]() |
DslDefinitionModelValidationExtensionAttribute |