Diagram.RunInShapeFixupContextForMetafileCreation Method
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Shared Sub RunInShapeFixupContextForMetafileCreation ( _
collection As ICollection, _
creationLogic As Action _
)
public static void RunInShapeFixupContextForMetafileCreation(
ICollection collection,
Action creationLogic
)
public:
static void RunInShapeFixupContextForMetafileCreation(
ICollection^ collection,
Action^ creationLogic
)
static member RunInShapeFixupContextForMetafileCreation :
collection:ICollection *
creationLogic:Action -> unit
public static function RunInShapeFixupContextForMetafileCreation(
collection : ICollection,
creationLogic : Action
)
Parameters
- collection
Type: ICollection
- creationLogic
Type: Action
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.