ModelBusAdapterManager::CanCreateReference Method (array<Object^>^)
Visual Studio 2015
Can this ModelBusAdapter manager create a scope described by the given contextual information about a model?
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Parameters
- modelLocatorInfo
-
Type:
array<System::Object^>^
File path, EnvDTE.ProjectItem, or other information that the AdapterManager recognizes as the location of a model.
Return Value
Type: System::BooleanReturns true if the adapter manager can create a modelbus reference from the supplied information. Else returns false.
Show: