共用方式為


ModelingTextTransformation.ConvertModelRelativePathToTemplateRelativePath 方法

這個成員具有 SecurityCriticalAttribute 屬性,因此只能由 .NET Framework for Silverlight 類別庫使用。如果應用程式程式碼使用這個成員,都會擲回 MethodAccessException。

[安全性關鍵]

將以相對於模型檔案來表示的路徑轉換為以相對於範本來表示的路徑。

命名空間:  Microsoft.VisualStudio.TextTemplating.VSHost
組件:  Microsoft.VisualStudio.TextTemplating.Modeling.11.0 (在 Microsoft.VisualStudio.TextTemplating.Modeling.11.0.dll 中)

語法

'宣告
<SecurityCriticalAttribute> _
Protected Shared Function ConvertModelRelativePathToTemplateRelativePath ( _
    modelPath As String, _
    templatePath As String, _
    path As String _
) As String
[SecurityCriticalAttribute]
protected static string ConvertModelRelativePathToTemplateRelativePath(
    string modelPath,
    string templatePath,
    string path
)
[SecurityCriticalAttribute]
protected:
static String^ ConvertModelRelativePathToTemplateRelativePath(
    String^ modelPath, 
    String^ templatePath, 
    String^ path
)
[<SecurityCriticalAttribute>]
static member ConvertModelRelativePathToTemplateRelativePath : 
        modelPath:string * 
        templatePath:string * 
        path:string -> string 
protected static function ConvertModelRelativePathToTemplateRelativePath(
    modelPath : String, 
    templatePath : String, 
    path : String
) : String

參數

  • modelPath
    型別:System.String
    模型檔案的完整路徑。
  • templatePath
    型別:System.String
    範本檔案的完整路徑。

傳回值

型別:System.String

請參閱

參考

ModelingTextTransformation 類別

Microsoft.VisualStudio.TextTemplating.VSHost 命名空間