ModelingTextTransformation.ConvertModelRelativePathToTemplateRelativePath Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Helper to convert a path expressed relative to a model file to one expressed relative to a template.
[System.Security.SecurityCritical]
protected static string ConvertModelRelativePathToTemplateRelativePath (string modelPath, string templatePath, string path);
[<System.Security.SecurityCritical>]
static member ConvertModelRelativePathToTemplateRelativePath : string * string * string -> string
Protected Shared Function ConvertModelRelativePathToTemplateRelativePath (modelPath As String, templatePath As String, path As String) As String
Parameters
- modelPath
- String
The full path of the model file
- templatePath
- String
The full path of the template file
- path
- String
The path to be converted
Returns
The converted path
- Attributes