다음을 통해 공유


DslDefinitionModelDomainModel.EnableDiagramRules Method

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.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

‘선언
Public Shared Sub EnableDiagramRules ( _
    store As Store _
)
public static void EnableDiagramRules(
    Store store
)
public:
static void EnableDiagramRules(
    Store^ store
)
static member EnableDiagramRules : 
        store:Store -> unit 
public static function EnableDiagramRules(
    store : Store
)

Parameters

.NET Framework Security

See Also

Reference

DslDefinitionModelDomainModel Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace