IModelBrowserHost.ModelBus Property
Gets the IModelBus
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
IModelBus ModelBus { get; }
property IModelBus^ ModelBus {
IModelBus^ get();
}
abstract ModelBus : IModelBus with get
ReadOnly Property ModelBus As IModelBus
Property Value
Type: Microsoft.VisualStudio.Modeling.Integration.IModelBus
See Also
IModelBrowserHost Interface
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace
Return to top