Partager via


IOperation.SemanticModel Propriété

Définition

Modèle sémantique facultatif utilisé pour générer cette opération. Non null pour les opérations générées à partir de la source avec GetOperation(SyntaxNode, CancellationToken) les rappels d’API et d’opération effectués aux analyseurs. Null pour les opérations à l’intérieur d’un ControlFlowGraph.

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

Valeur de propriété

S’applique à