DocumentParseCompleteEventArgs.SourceChange 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.
TextChange qui a déclenché la nouvelle analyse
public:
property Microsoft::AspNetCore::Razor::Text::TextChange SourceChange { Microsoft::AspNetCore::Razor::Text::TextChange get(); void set(Microsoft::AspNetCore::Razor::Text::TextChange value); };
public Microsoft.AspNetCore.Razor.Text.TextChange SourceChange { get; set; }
member this.SourceChange : Microsoft.AspNetCore.Razor.Text.TextChange with get, set
Public Property SourceChange As TextChange