Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructor
Namespace:   Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
protected ModelingAdapter(
    ModelBusReference reference,
    ModelBusAdapterManager adapterManager,
    ModelingDocumentHandler modelingDocHandler
)
protected:
ModelingAdapter(
    ModelBusReference^ reference,
    ModelBusAdapterManager^ adapterManager,
    ModelingDocumentHandler^ modelingDocHandler
)
new : 
        reference:ModelBusReference *
        adapterManager:ModelBusAdapterManager *
        modelingDocHandler:ModelingDocumentHandler -> ModelingAdapter
Protected Sub New (
    reference As ModelBusReference,
    adapterManager As ModelBusAdapterManager,
    modelingDocHandler As ModelingDocumentHandler
)
Parameters
- reference 
 Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference- The ModelBusReference used to create this ModelBusAdapter. 
- adapterManager 
 Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapterManager- ModelBusAdapterManager that created this ModelBusAdapter 
- modelingDocHandler 
 Type: Microsoft.VisualStudio.Modeling.Integration.ModelingDocumentHandler- ModelingDocumentHandler for this ModelBusAdapter 
See Also
ModelingAdapter Overload
ModelingAdapter Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top