Udostępnij za pośrednictwem


Metoda ModelingTextTransformation.ConvertModelRelativePathToTemplateRelativePath —

Ten element członkowski ma atrybut SecurityCriticalAttribute, który ogranicza możliwość użycia go do wewnętrznego użycia w programie .NET Framework na potrzeby biblioteki klas technologii Silverlight. Kod aplikacji, w którym jest używany ten element członkowski, powoduje powstanie wyjątku MethodAccessException.

[ZABEZPIECZENIA KRYTYCZNE]

Konwertuj ścieżkę wyrażone względem pliku modelu do jednego wyrażone w stosunku do szablonu.

Przestrzeń nazw:  Microsoft.VisualStudio.TextTemplating.VSHost
Zestaw:  Microsoft.VisualStudio.TextTemplating.Modeling.11.0 (w Microsoft.VisualStudio.TextTemplating.Modeling.11.0.dll)

Składnia

'Deklaracja
<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

Parametry

  • templatePath
    Typ: System.String
    Pełna ścieżka pliku szablonu.

Wartość zwracana

Typ: System.String

Zobacz też

Informacje

ModelingTextTransformation Klasa

Przestrzeń nazw Microsoft.VisualStudio.TextTemplating.VSHost