Share via


ModelingDocumentHandler Constructor (String)

Constructor

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

Syntax

'Declaration
Protected Sub New ( _
    modelFile As String _
)
protected ModelingDocumentHandler(
    string modelFile
)
protected:
ModelingDocumentHandler(
    String^ modelFile
)
new : 
        modelFile:string -> ModelingDocumentHandler
protected function ModelingDocumentHandler(
    modelFile : String
)

Parameters

  • modelFile
    Type: String

    Accepts a FileInfo object representing the document handled by this DocumentHandler

.NET Framework Security

See Also

Reference

ModelingDocumentHandler Class

ModelingDocumentHandler Overload

Microsoft.VisualStudio.Modeling.Integration Namespace