Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Resolve searching for an element in an existing store
Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Protected Overridable Function ResolveFindElement ( _
    targetPartition As Partition, _
    group As ElementGroup _
) As ModelElement
protected virtual ModelElement ResolveFindElement(
    Partition targetPartition,
    ElementGroup group
)
protected:
virtual ModelElement^ ResolveFindElement(
    Partition^ targetPartition, 
    ElementGroup^ group
)
abstract ResolveFindElement : 
        targetPartition:Partition * 
        group:ElementGroup -> ModelElement  
override ResolveFindElement : 
        targetPartition:Partition * 
        group:ElementGroup -> ModelElement
protected function ResolveFindElement(
    targetPartition : Partition, 
    group : ElementGroup
) : ModelElement
Parameters
- targetPartition 
 Type: Microsoft.VisualStudio.Modeling.Partition- the target partition to search 
- group 
 Type: Microsoft.VisualStudio.Modeling.ElementGroup- the associated element group 
Return Value
Type: Microsoft.VisualStudio.Modeling.ModelElement
ModelElement or null
.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.