Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
声明
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: System.Collections.ICollection
- creationLogic
 Type: System.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.