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.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0.dll)
Syntax
'Declaration
Public Overrides Function ResolveElementReference ( _
elementReference As ModelBusReference _
) As Object
public override Object ResolveElementReference(
ModelBusReference elementReference
)
public:
virtual Object^ ResolveElementReference(
ModelBusReference^ elementReference
) override
abstract ResolveElementReference :
elementReference:ModelBusReference -> Object
override ResolveElementReference :
elementReference:ModelBusReference -> Object
public override function ResolveElementReference(
elementReference : ModelBusReference
) : Object
Parameters
- elementReference
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
Unique identifier for a particular element
Return Value
Type: System.Object
Instance of the resolved element object or null if reference cannot be resolved
.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.