Partager via


IContainer Interface

Définition

Fournit des fonctionnalités permettant d’agir en tant que conteneurs pour les vues.

public interface class IContainer : System::Collections::Generic::ICollection<Microsoft::Maui::IView ^>, System::Collections::Generic::IEnumerable<Microsoft::Maui::IView ^>, System::Collections::Generic::IList<Microsoft::Maui::IView ^>
public interface IContainer : System.Collections.Generic.ICollection<Microsoft.Maui.IView>, System.Collections.Generic.IEnumerable<Microsoft.Maui.IView>, System.Collections.Generic.IList<Microsoft.Maui.IView>
type IContainer = interface
    interface IList<IView>
    interface ICollection<IView>
    interface seq<IView>
    interface IEnumerable
Public Interface IContainer
Implements ICollection(Of IView), IEnumerable(Of IView), IList(Of IView)
Dérivé
Implémente

S’applique à