Diagram::RunInShapeFixupContextForMetafileCreation Method (ICollection^, Action^)
Visual Studio 2015
Performs a temporary fixup needed to create the metafile. After the creationLogic is called the fixup undone.
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
Show: