Freigeben über


OperationBlockStartAnalysisContext.OperationBlocks Eigenschaft

Definition

Mindestens ein Vorgangsblock, der gegenstand der Analyse ist. Dazu gehören alle Blöcke, die dem Zugeordnet OwningSymbolsind, z. B. Methodentext, Feld/Eigenschaft/Konstruktor/Parameter initializer(n), Attribute usw.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::IOperation ^> OperationBlocks { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::IOperation ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IOperation> OperationBlocks { get; }
member this.OperationBlocks : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IOperation>
Public ReadOnly Property OperationBlocks As ImmutableArray(Of IOperation)

Eigenschaftswert

Hinweise

Beachten Sie, dass sich die Vorgangsblöcke nicht in einer bestimmten Reihenfolge befinden.

Gilt für: