LifecycleEventService(IEnumerable<LifecycleEventRegistration>) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
LifecycleEventService(System::Collections::Generic::IEnumerable<Microsoft::Maui::LifecycleEvents::LifecycleEventRegistration ^> ^ registrations);
public LifecycleEventService (System.Collections.Generic.IEnumerable<Microsoft.Maui.LifecycleEvents.LifecycleEventRegistration> registrations);
new Microsoft.Maui.LifecycleEvents.LifecycleEventService : seq<Microsoft.Maui.LifecycleEvents.LifecycleEventRegistration> -> Microsoft.Maui.LifecycleEvents.LifecycleEventService
Public Sub New (registrations As IEnumerable(Of LifecycleEventRegistration))
參數
- registrations
- IEnumerable<LifecycleEventRegistration>