다음을 통해 공유


ServiceBuildProvider.GetCustomString(CompilerResults) 메서드

정의

컴파일된 어셈블리에 유지할 문자열을 생성합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 override System::String ^ GetCustomString(System::CodeDom::Compiler::CompilerResults ^ results);
public override string GetCustomString (System.CodeDom.Compiler.CompilerResults results);
override this.GetCustomString : System.CodeDom.Compiler.CompilerResults -> string
Public Overrides Function GetCustomString (results As CompilerResults) As String

매개 변수

results
CompilerResults

빌드 공급자의 가상 경로에 대한 컴파일 결과입니다.

반환

String

빌드 환경에 유지될 문자열입니다.

적용 대상