ModelBusAdapterManager::CreateReference Method (array<Object^>^)

 

Attempts to create and return a model bus reference from the supplied data.

Namespace:   Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

public:
virtual ModelBusReference^ CreateReference(
	... array<Object^>^ modelLocatorInfo
) abstract

Parameters

modelLocatorInfo
Type: array<System::Object^>^

File path, EnvDTE.ProjecItem, or other model location information recognized by the adapter manager.

Return Value

Type: Microsoft.VisualStudio.Modeling.Integration::ModelBusReference^

A new model bus reference, or null.

This method may throw exceptions if a model bus reference could not be created.

Return to top
Show: