다음을 통해 공유


VsTextTemplatingModelingAdapterManager.GetView Method

Definition

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.

Applies to