Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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