Microsoft.VisualStudio.Modeling.DslDefinition.ExtensionEnablement Namespace

This namespace defines CLR attribute classes that allow designers to work with MEF.

Classes

  Class Description
Public class 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.
Public class 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.
Public class DslDefinitionModelValidationExtensionAttribute