Compartilhar via


GeneratorExecutionContext.AddSource Método

Definição

Sobrecargas

AddSource(String, SourceText)

Adiciona um SourceText à compilação

AddSource(String, String)

Adiciona o código-fonte na forma de um String à compilação.

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

Adiciona um SourceText à compilação

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)

Parâmetros

hintName
String

Um identificador que pode ser usado para fazer referência a esse texto de origem deve ser exclusivo nesse gerador

sourceText
SourceText

O SourceText a ser adicionado à compilação

Comentários

Separadores de diretório "/" e "" são permitidos no hintName, eles são normalizados como "/" independentemente da plataforma de host.

Aplica-se a

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

Adiciona o código-fonte na forma de um String à compilação.

public void AddSource (string hintName, string source);
member this.AddSource : string * string -> unit
Public Sub AddSource (hintName As String, source As String)

Parâmetros

hintName
String

Um identificador que pode ser usado para fazer referência a esse texto de origem deve ser exclusivo nesse gerador

source
String

O código-fonte a ser adicionado à compilação

Aplica-se a