CodeGeneratorContext.TargetWriterName Vlastnost

Definice

Zapisovač jazyka C#, do kterého mají být zapsány Chunk informace.

public:
 property System::String ^ TargetWriterName { System::String ^ get(); void set(System::String ^ value); };
public string TargetWriterName { get; set; }
member this.TargetWriterName : string with get, set
Public Property TargetWriterName As String

Hodnota vlastnosti

String

Poznámky

Pokud TargetWriterName je hodnota null , budou zapsány pomocí výchozí metody zápisu, tj. WriteLiteral ("Hello World"). Pokud nejsou TargetWriterName hodnoty null , budou zapsány do daného TargetWriterName , tj. WriteLiteralTo (myWriter, "Hello World").

Platí pro