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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.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
- 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.