ClosureFindOrCreateAndRelateElementOperation.Resolve Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Perform resolution on this operation
public:
override bool Resolve(Microsoft::VisualStudio::Modeling::Partition ^ targetPartition, Microsoft::VisualStudio::Modeling::ElementGroup ^ group);
public override bool Resolve (Microsoft.VisualStudio.Modeling.Partition targetPartition, Microsoft.VisualStudio.Modeling.ElementGroup group);
override this.Resolve : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.ElementGroup -> bool
Public Overrides Function Resolve (targetPartition As Partition, group As ElementGroup) As Boolean
Parameters
- targetPartition
- Partition
the target partition
- group
- ElementGroup