Share via


DslDefinitionModelDomainModel.EnableDiagramRules(Store) Method

Definition

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

Applies to