Compartir a través de


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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0.dll)

Syntax

'Declaración
Public ReadOnly Property DocumentHandler As ModelingDocumentHandler
    Get
public ModelingDocumentHandler DocumentHandler { get; }
public:
property ModelingDocumentHandler^ DocumentHandler {
    ModelingDocumentHandler^ get ();
}
member DocumentHandler : ModelingDocumentHandler
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