Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Constructor
Namespace: Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0.dll)
Syntax
'Declaration
Public Sub New ( _
ownerAdapter As ModelBusAdapter, _
viewReference As ModelBusReference _
)
public StandardVsModelingDiagramView(
ModelBusAdapter ownerAdapter,
ModelBusReference viewReference
)
public:
StandardVsModelingDiagramView(
ModelBusAdapter^ ownerAdapter,
ModelBusReference^ viewReference
)
new :
ownerAdapter:ModelBusAdapter *
viewReference:ModelBusReference -> StandardVsModelingDiagramView
public function StandardVsModelingDiagramView(
ownerAdapter : ModelBusAdapter,
viewReference : ModelBusReference
)
Parameters
ownerAdapter
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapterModelBusAdapter instance that creates this ModelBusView
viewReference
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReferenceModelBusReference that identifies this 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.