ClosureElementOperation.Resolve(Partition, ElementGroup) 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.
Performs target resolution of this operation
public:
virtual bool Resolve(Microsoft::VisualStudio::Modeling::Partition ^ targetPartition, Microsoft::VisualStudio::Modeling::ElementGroup ^ group);
public virtual bool Resolve (Microsoft.VisualStudio.Modeling.Partition targetPartition, Microsoft.VisualStudio.Modeling.ElementGroup group);
abstract member Resolve : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.ElementGroup -> bool
override this.Resolve : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.ElementGroup -> bool
Public Overridable Function Resolve (targetPartition As Partition, group As ElementGroup) As Boolean
Parameters
- targetPartition
- Partition
the target partition
- group
- ElementGroup
the element group
Returns
true if successful, false otherwise