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.
Get the Visual Studio ModelBus service that this base class provides.
Namespace: Microsoft.VisualStudio.TextTemplating.Modeling
Assembly: Microsoft.VisualStudio.TextTemplating.Modeling.10.0 (in Microsoft.VisualStudio.TextTemplating.Modeling.10.0.dll)
Syntax
'Declaration
Protected ReadOnly Property ModelBus As IModelBus
protected IModelBus ModelBus { get; }
protected:
property IModelBus^ ModelBus {
IModelBus^ get ();
}
member ModelBus : IModelBus
function get ModelBus () : IModelBus
Property Value
Type: Microsoft.VisualStudio.Modeling.Integration.IModelBus
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.