ModelBusAdapterManager::CreateReference Method (array<Object^>^)
Visual Studio 2015
Attempts to create and return a model bus reference from the supplied data.
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.
Show: