ModelBusAdapter.ResolveElementReference Method (ModelBusReference)
Given an identifier for an Element, returns the actual object represented by this reference.
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)
Syntax
'Declaration
Public MustOverride Function ResolveElementReference ( _
elementReference As ModelBusReference _
) As Object
public abstract Object ResolveElementReference(
ModelBusReference elementReference
)
public:
virtual Object^ ResolveElementReference(
ModelBusReference^ elementReference
) abstract
abstract ResolveElementReference :
elementReference:ModelBusReference -> Object
public abstract function ResolveElementReference(
elementReference : ModelBusReference
) : Object
Parameters
elementReference
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReferenceUnique identifier for a particular element
Return Value
Type: Object
Instance of the resolved element object
.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.