StandardModelingAdapter.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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
public override object ResolveElementReference(
ModelBusReference elementReference
)
public:
virtual Object^ ResolveElementReference(
ModelBusReference^ elementReference
) override
override ResolveElementReference :
elementReference:ModelBusReference -> Object
Public Overrides 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 or null if reference cannot be resolved
See Also
StandardModelingAdapter Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top