Sdílet prostřednictvím


CodeGeneratorContext.TargetWriterName Vlastnost

Definice

Zapisovač jazyka C# pro zápis Chunk informací.

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

Poznámky

Hodnoty if TargetWriterName is null se zapisují pomocí výchozí metody zápisu, tj. WriteLiteral("Hello World"). Pokud TargetWriterName není null hodnota, hodnoty se zapíšou do daného TargetWriterNameobjektu , tj. WriteLiteralTo(myWriter, "Hello World").

Platí pro