VsTextTemplatingModelingAdapterManager.GetView Method (ModelBusAdapter, ModelBusReference)
Not supported in the context of text templates.
Namespace: Microsoft.VisualStudio.TextTemplating.Modeling
Assembly: Microsoft.VisualStudio.TextTemplating.Modeling.12.0 (in Microsoft.VisualStudio.TextTemplating.Modeling.12.0.dll)
Syntax
protected override ModelBusView GetView(
ModelBusAdapter viewOwner,
ModelBusReference viewReference
)
protected:
virtual ModelBusView^ GetView(
ModelBusAdapter^ viewOwner,
ModelBusReference^ viewReference
) override
override GetView :
viewOwner:ModelBusAdapter *
viewReference:ModelBusReference -> ModelBusView
Protected Overrides Function GetView (
viewOwner As ModelBusAdapter,
viewReference As ModelBusReference
) As ModelBusView
Parameters
- viewOwner
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapter
- viewReference
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
Return Value
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusView
See Also
VsTextTemplatingModelingAdapterManager Class
Microsoft.VisualStudio.TextTemplating.Modeling Namespace
Return to top