ModelBusEnabledTextTransformation.ModelBus Property
Get the Visual Studio ModelBus service that this base class provides.
Namespace: Microsoft.VisualStudio.TextTemplating.Modeling
Assembly: Microsoft.VisualStudio.TextTemplating.Modeling.11.0 (in Microsoft.VisualStudio.TextTemplating.Modeling.11.0.dll)
Syntax
'Declaration
Protected ReadOnly Property ModelBus As IModelBus
protected IModelBus ModelBus { get; }
protected:
property IModelBus^ ModelBus {
IModelBus^ get ();
}
member ModelBus : IModelBus with get
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.