ModelBus Methods
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | CreateAdapter(ModelBusReference^) | Implements CreateAdapter method |
![]() | CreateAdapter(ModelBusReference^, IServiceProvider^) | Implements CreateAdapter method |
![]() | DeserializeReference(String^, ReferenceContext^) | Deserializes the supplied string and returns a ModelBusReference. |
![]() | Dispose() | |
![]() | Dispose(Boolean) | Dispose this ModelBus instance. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | Destructor.(Overrides Object::Finalize().) |
![]() | FindAdapterManagers(array<Object^>^) | 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. |
![]() | GetAdapterManager(String^) | Locate a ModelBusAdapterManager instance using its Id. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetRegisteredAdapterManagers<T>() | Get the set of loaded, registered adapter managers of type T |
![]() | GetService(Type^) | Returns Adapters provided by the ModeBus or by its host. |
![]() | GetType() | (Inherited from Object.) |
![]() | LogError(ErrorCategory, String^) | Logs an error |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SerializeReference(ModelBusReference^) | Serializes the supplied reference to a string that can be persisted by the caller. |
![]() | ToString() | (Inherited from Object.) |
![]() | ValidateReference(ModelBusReference^, ValidateReferenceOption) | Validates a given reference using the corresponding adapter. This method updates the LastStatus of a reference in addition to returning it. |

