ModelBusEnabledTextTransformation.ModelBus Property

 

Get the Visual Studio ModelBus service that this base class provides.

Namespace:   Microsoft.VisualStudio.TextTemplating.Modeling
Assembly:  Microsoft.VisualStudio.TextTemplating.Modeling.12.0 (in Microsoft.VisualStudio.TextTemplating.Modeling.12.0.dll)

Syntax

protected IModelBus ModelBus { get; }
protected:
property IModelBus^ ModelBus {
    IModelBus^ get();
}
member ModelBus : IModelBus with get
Protected ReadOnly Property ModelBus As IModelBus

Property Value

Type: Microsoft.VisualStudio.Modeling.Integration.IModelBus

See Also

ModelBusEnabledTextTransformation Class
Microsoft.VisualStudio.TextTemplating.Modeling Namespace

Return to top