RenderBatch.DisposedEventHandlerIDs 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.
Obtient les ID des gestionnaires d’événements qui ont été supprimés.
public:
property Microsoft::AspNetCore::Components::RenderTree::ArrayRange<System::UInt64> DisposedEventHandlerIDs { Microsoft::AspNetCore::Components::RenderTree::ArrayRange<System::UInt64> get(); };
public Microsoft.AspNetCore.Components.RenderTree.ArrayRange<ulong> DisposedEventHandlerIDs { get; }
member this.DisposedEventHandlerIDs : Microsoft.AspNetCore.Components.RenderTree.ArrayRange<uint64>
Public ReadOnly Property DisposedEventHandlerIDs As ArrayRange(Of ULong)