ClosureFindAndRelateElementOperation.ResolveFindElement 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.
Resolve searching for an element in an existing store
protected:
virtual Microsoft::VisualStudio::Modeling::ModelElement ^ ResolveFindElement(Microsoft::VisualStudio::Modeling::Partition ^ targetPartition, Microsoft::VisualStudio::Modeling::ElementGroup ^ group);
protected virtual Microsoft.VisualStudio.Modeling.ModelElement ResolveFindElement (Microsoft.VisualStudio.Modeling.Partition targetPartition, Microsoft.VisualStudio.Modeling.ElementGroup group);
abstract member ResolveFindElement : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.ElementGroup -> Microsoft.VisualStudio.Modeling.ModelElement
override this.ResolveFindElement : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.ElementGroup -> Microsoft.VisualStudio.Modeling.ModelElement
Protected Overridable Function ResolveFindElement (targetPartition As Partition, group As ElementGroup) As ModelElement
Parameters
- targetPartition
- Partition
the target partition to search
- group
- ElementGroup
the associated element group
Returns
ModelElement or null