Microsoft.VisualStudio.Modeling.DslDefinition.ExtensionEnablement Namespace
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.
Classes
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 |