DocumentParseCompleteEventArgs.GeneratorResults 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.
Résultats de la génération et de l’analyse de segments
public:
property Microsoft::AspNetCore::Razor::CodeGenerators::GeneratorResults ^ GeneratorResults { Microsoft::AspNetCore::Razor::CodeGenerators::GeneratorResults ^ get(); void set(Microsoft::AspNetCore::Razor::CodeGenerators::GeneratorResults ^ value); };
public Microsoft.AspNetCore.Razor.CodeGenerators.GeneratorResults GeneratorResults { get; set; }
member this.GeneratorResults : Microsoft.AspNetCore.Razor.CodeGenerators.GeneratorResults with get, set
Public Property GeneratorResults As GeneratorResults