ModelBus::FindAdapterManagers Method (array<Object^>^)
Visual Studio 2015
Finds the list of ModelBusAdapter managers whose ModelBusAdapter scopes are described by the given context information. There may be multiple ModelBusAdapter managers that can work with the model, for example a .xml file can be opened by XML editor or Text editor.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
public: virtual IEnumerable<ModelBusAdapterManager^>^ FindAdapterManagers( ... array<Object^>^ modelLocatorInfo ) sealed
Parameters
- modelLocatorInfo
-
Type:
array<System::Object^>^
ReferenceContext provided to describe an instance of an model.
Return Value
Type: System.Collections.Generic::IEnumerable<ModelBusAdapterManager^>^List of found ModelBusAdapter managers.
Show: