ModelingDocumentHandler Constructor (String)
Constructor
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
protected ModelingDocumentHandler(
string modelFile
)
protected:
ModelingDocumentHandler(
String^ modelFile
)
new :
modelFile:string -> ModelingDocumentHandler
Protected Sub New (
modelFile As String
)
Parameters
modelFile
Type: System.StringAccepts a FileInfo object representing the document handled by this DocumentHandler
See Also
ModelingDocumentHandler Overload
ModelingDocumentHandler Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top