Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Protected Overridable Function ResolveFindElement ( _
targetPartition As Partition, _
group As ElementGroup _
) As ModelElement
'使用
Dim targetPartition As Partition
Dim group As ElementGroup
Dim returnValue As ModelElement
returnValue = Me.ResolveFindElement(targetPartition, _
group)
protected virtual ModelElement ResolveFindElement(
Partition targetPartition,
ElementGroup group
)
protected:
virtual ModelElement^ ResolveFindElement(
Partition^ targetPartition,
ElementGroup^ group
)
protected function ResolveFindElement(
targetPartition : Partition,
group : ElementGroup
) : ModelElement
Parameters
- targetPartition
Type: Microsoft.VisualStudio.Modeling.Partition
- group
Type: Microsoft.VisualStudio.Modeling.ElementGroup
Return Value
Type: Microsoft.VisualStudio.Modeling.ModelElement
Permissions
- 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.
See Also
Reference
ClosureFindAndRelateElementOperation Class