Share via


ModelingAdapter.DocumentHandler Property

 

ModelingDocumentHandler used by this ModelingAdapter. The DocumentHandler is used by the ModelBusAdapter to configure the model wrapped by it. You can set this property only if it has not been set already.

Namespace:   Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

Syntax

public ModelingDocumentHandler DocumentHandler { get; }
public:
property ModelingDocumentHandler^ DocumentHandler {
    ModelingDocumentHandler^ get();
}
member DocumentHandler : ModelingDocumentHandler with get
Public ReadOnly Property DocumentHandler As ModelingDocumentHandler

Property Value

Type: Microsoft.VisualStudio.Modeling.Integration.ModelingDocumentHandler

               

See Also

ModelingAdapter Class
Microsoft.VisualStudio.Modeling.Integration Namespace

Return to top