BuildManager.GetCompiledCustomString(String) 메서드

정의

가상 경로가 지정된 경우 파일을 컴파일하고 빌드 공급자가 캐시에 유지하는 사용자 지정 문자열을 반환합니다.

public:
 static System::String ^ GetCompiledCustomString(System::String ^ virtualPath);
public static string GetCompiledCustomString(string virtualPath);
static member GetCompiledCustomString : string -> string
Public Shared Function GetCompiledCustomString (virtualPath As String) As String

매개 변수

virtualPath
String

빌드할 파일의 가상 경로입니다.

반품

디스크 또는 메모리에 캐시되는 메서드에서 GetCustomString(CompilerResults) 반환되는 문자열입니다.

적용 대상

추가 정보