VsTextTemplatingModelingAdapterManager.GetView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Obtains the View associated with the ModelBusAdapter passed as a parameter.
protected override Microsoft.VisualStudio.Modeling.Integration.ModelBusView GetView (Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapter viewOwner, Microsoft.VisualStudio.Modeling.Integration.ModelBusReference viewReference);
override this.GetView : Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapter * Microsoft.VisualStudio.Modeling.Integration.ModelBusReference -> Microsoft.VisualStudio.Modeling.Integration.ModelBusView
Protected Overrides Function GetView (viewOwner As ModelBusAdapter, viewReference As ModelBusReference) As ModelBusView
Parameters
- viewOwner
- Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapter
ModelBusAdapter to which the View belongs
- viewReference
- Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
Fully qualified reference to the view being requested
Returns
Microsoft.VisualStudio.Modeling.Integration.ModelBusView
Null
Remarks
This adapter manager does not support views as they make no sense in the context of T4.