VsTextTemplatingModelingAdapterManager.GetView Method
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
'Declaration
Protected Overrides Function GetView ( _
viewOwner As ModelBusAdapter, _
viewReference As ModelBusReference _
) As ModelBusView
protected override ModelBusView GetView(
ModelBusAdapter viewOwner,
ModelBusReference viewReference
)
protected:
virtual ModelBusView^ GetView(
ModelBusAdapter^ viewOwner,
ModelBusReference^ viewReference
) override
abstract GetView :
viewOwner:ModelBusAdapter *
viewReference:ModelBusReference -> ModelBusView
override GetView :
viewOwner:ModelBusAdapter *
viewReference:ModelBusReference -> ModelBusView
protected override function GetView(
viewOwner : ModelBusAdapter,
viewReference : ModelBusReference
) : ModelBusView
Parameters
- viewOwner
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapter
- viewReference
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
Return Value
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusView
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.