Diagram::RunInShapeFixupContextForMetafileCreation Method (ICollection^, Action^)

 

Performs a temporary fixup needed to create the metafile. After the creationLogic is called the fixup undone.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
static void RunInShapeFixupContextForMetafileCreation(
	ICollection^ collection,
	Action^ creationLogic
)

Parameters

collection
Type: System.Collections::ICollection^

collection of shapes

creationLogic
Type: System::Action^

metafile creation action

Return to top
Show: