ModelingTextTransformation.ConvertModelRelativePathToTemplateRelativePath 메서드
이 멤버에 지정된 SecurityCriticalAttribute 특성은 해당 형식을 .NET Framework 내부에서 Silverlight 클래스 라이브러리에만 사용하도록 제한합니다. 이 멤버를 사용하는 응용 프로그램 코드에서는 MethodAccessException을 throw합니다.
[보안 중요]
모델 파일에 상대적으로 나타낸 경로를 템플릿에 상대적으로 나타낸 경로로 변환합니다.
네임스페이스: 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
템플릿 파일의 전체 경로입니다.
- path
형식: System.String
변환할 경로입니다.
반환 값
형식: System.String