IOperation.SemanticModel Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.