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.
Gets the model bus.
Namespace: Microsoft.VisualStudio.Modeling.Integration.Shell.Picker
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)
Syntax
public IModelBus ModelBus { get; private set; }
public:
property IModelBus^ ModelBus {
virtual IModelBus^ get() sealed;
private: virtual void set(IModelBus^ value) sealed;
}
abstract ModelBus : IModelBus with get, private set
override ModelBus : IModelBus with get, private set
Public Property ModelBus As IModelBus
Get
Private Set
End Property
Property Value
Type: Microsoft.VisualStudio.Modeling.Integration.IModelBus
Implements
See Also
PickerDialog Class
Microsoft.VisualStudio.Modeling.Integration.Shell.Picker Namespace
Return to top