Freigeben über


ILocalFunctionOperation.IgnoredBody Eigenschaft

Definition

Ein zusätzlicher Textkörper für die lokale Funktion, wenn sowohl ein Blocktext als auch ein Ausdruckstext in der Quelle angegeben sind.

public:
 property Microsoft::CodeAnalysis::Operations::IBlockOperation ^ IgnoredBody { Microsoft::CodeAnalysis::Operations::IBlockOperation ^ get(); };
public Microsoft.CodeAnalysis.Operations.IBlockOperation IgnoredBody { get; }
public Microsoft.CodeAnalysis.Operations.IBlockOperation? IgnoredBody { get; }
member this.IgnoredBody : Microsoft.CodeAnalysis.Operations.IBlockOperation
Public ReadOnly Property IgnoredBody As IBlockOperation

Eigenschaftswert

Hinweise

Dies ist nur immer nicht null in Fehlersituationen.

Gilt für: