ClosureFindOrCreateAndRelateElementOperation.ResolveCreateElement 方法

定义

解析在目标分区中创建新元素

protected:
 Microsoft::VisualStudio::Modeling::ModelElement ^ ResolveCreateElement(Microsoft::VisualStudio::Modeling::Partition ^ targetPartition);
protected Microsoft.VisualStudio.Modeling.ModelElement ResolveCreateElement (Microsoft.VisualStudio.Modeling.Partition targetPartition);
member this.ResolveCreateElement : Microsoft.VisualStudio.Modeling.Partition -> Microsoft.VisualStudio.Modeling.ModelElement
Protected Function ResolveCreateElement (targetPartition As Partition) As ModelElement

参数

targetPartition
Partition

要在其中创建新元素的分区

返回

ModelElement

新 ModelElement

适用于