ModelingTextTransformation.ConvertModelRelativePathToTemplateRelativePath – metoda
Tento člen obsahuje atribut SecurityCriticalAttribute, který jej omezuje na interní použití rozhraním .NET Framework pro knihovnu tříd Silverlight. Aplikační kód, který použije tento člen, vyvolá výjimku MethodAccessException.
[KRITICKÉ PRO ZABEZPEČENÍ]
Převedení cesty vyjadřuje relativní vzhledem k souboru modelu jedné vyjadřuje relativní k šabloně.
Obor názvů: Microsoft.VisualStudio.TextTemplating.VSHost
Sestavení: Microsoft.VisualStudio.TextTemplating.Modeling.11.0 (v Microsoft.VisualStudio.TextTemplating.Modeling.11.0.dll)
Syntaxe
'Deklarace
<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
- modelPath
Typ: System.String
Úplná cesta k souboru modelu.
- templatePath
Typ: System.String
Úplná cesta k souboru šablony.
- path
Typ: System.String
Cesta k převodu.
Vrácená hodnota
Typ: System.String