ModelBus::CreateAdapter Method (ModelBusReference^)
Visual Studio 2015
Implements CreateAdapter method
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Parameters
- reference
-
Type:
Microsoft.VisualStudio.Modeling.Integration::ModelBusReference^
The reference to the adapter
Return Value
Type: Microsoft.VisualStudio.Modeling.Integration::ModelBusAdapter^The adapter that was created, or null if one could not be created
If the returned ModelBusAdapter is <c>null</c> or an exception is thrown, the LastStatusreference.LastStatus property of the </w:t></w:r><w:r><w:rPr><w:rStyle w:val="ParameterReference"/></w:rPr><w:t>reference</w:t></w:r><w:r><w:t> can provide hints about the reason of the failure
Show: