DslDefinitionModelDomainModel.EnableDiagramRules(Store) Method
Definition
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.
Enables rules in this domain model related to diagram fixup for the given store. If diagram data will be loaded into the store, this method should be called first to ensure that the diagram behaves properly.
public:
static void EnableDiagramRules(Microsoft::VisualStudio::Modeling::Store ^ store);
public static void EnableDiagramRules (Microsoft.VisualStudio.Modeling.Store store);
static member EnableDiagramRules : Microsoft.VisualStudio.Modeling.Store -> unit
Public Shared Sub EnableDiagramRules (store As Store)
Parameters
- store
- Store