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
'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: System.StringAccepts a FileInfo object representing the document handled by this DocumentHandler
.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.