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

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

Property Value

Type: Microsoft.VisualStudio.Modeling.Integration.ModelingDocumentHandler

.NET Framework Security

See Also

Reference

ModelingAdapter Class

Microsoft.VisualStudio.Modeling.Integration Namespace