Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a list of ModelBusAdapter managers that can create ModelBusReferences to the specified object. The ___location information can be in any form that can be recognized by an available adapter manager, such as the file path of a DSL model file.
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
'Declaration
Function FindAdapterManagers ( _
ParamArray modelLocatorInfo As Object() _
) As IEnumerable(Of ModelBusAdapterManager)
IEnumerable<ModelBusAdapterManager> FindAdapterManagers(
params Object[] modelLocatorInfo
)
IEnumerable<ModelBusAdapterManager^>^ FindAdapterManagers(
... array<Object^>^ modelLocatorInfo
)
abstract FindAdapterManagers :
modelLocatorInfo:Object[] -> IEnumerable<ModelBusAdapterManager>
function FindAdapterManagers(
... modelLocatorInfo : Object[]
) : IEnumerable<ModelBusAdapterManager>
Parameters
modelLocatorInfo
Type: array<System.Object[]A file path name, EnvDTE.ProjectItem, or other references that can be recognized by available adapters.
Return Value
Type: System.Collections.Generic.IEnumerable<ModelBusAdapterManager>
List of ModelBusAdapter manager that can deal with the specified model.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.