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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
public abstract object ResolveElementReference(
ModelBusReference elementReference
)
public:
virtual Object^ ResolveElementReference(
ModelBusReference^ elementReference
) abstract
abstract ResolveElementReference :
elementReference:ModelBusReference -> Object
Public MustOverride Function ResolveElementReference (
elementReference As ModelBusReference
) As Object
Parameters
elementReference
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReferenceUnique identifier for a particular element
Return Value
Type: System.Object
Instance of the resolved element object
See Also
ResolveElementReference Overload
ModelBusAdapter Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top