ModelBusEnabledTextTransformation.ModelBus Property

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

See Also

Reference

ModelBusEnabledTextTransformation Class

Microsoft.VisualStudio.TextTemplating.Modeling Namespace