GeneratorExecutionContext.AddSource 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
AddSource(String, SourceText) |
SourceText 컴파일에 을 추가합니다. |
AddSource(String, String) |
의 형식 String 으로 소스 코드를 컴파일에 추가합니다. |
AddSource(String, SourceText)
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
SourceText 컴파일에 을 추가합니다.
public void AddSource (string hintName, Microsoft.CodeAnalysis.Text.SourceText sourceText);
member this.AddSource : string * Microsoft.CodeAnalysis.Text.SourceText -> unit
Public Sub AddSource (hintName As String, sourceText As SourceText)
매개 변수
- hintName
- String
이 원본 텍스트를 참조하는 데 사용할 수 있는 식별자는 이 생성기 내에서 고유해야 합니다.
- sourceText
- SourceText
SourceText 컴파일에 추가할 입니다.
설명
디렉터리 구분 기호 "/" 및 ""은 에서 hintName
허용되며 호스트 플랫폼에 관계없이 "/"로 정규화됩니다.
적용 대상
AddSource(String, String)
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
- Source:
- GeneratorContexts.cs
의 형식 String 으로 소스 코드를 컴파일에 추가합니다.
public void AddSource (string hintName, string source);
member this.AddSource : string * string -> unit
Public Sub AddSource (hintName As String, source As String)
매개 변수
- hintName
- String
이 원본 텍스트를 참조하는 데 사용할 수 있는 식별자는 이 생성기 내에서 고유해야 합니다.
- source
- String
컴파일에 추가할 소스 코드
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET