SemanticModel.RootCore 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.
Racine de ce modèle sémantique
protected:
abstract property Microsoft::CodeAnalysis::SyntaxNode ^ RootCore { Microsoft::CodeAnalysis::SyntaxNode ^ get(); };
protected abstract Microsoft.CodeAnalysis.SyntaxNode RootCore { get; }
member this.RootCore : Microsoft.CodeAnalysis.SyntaxNode
Protected MustOverride ReadOnly Property RootCore As SyntaxNode