IContainer Interface

Definition

Provides functionality to act as containers for views.

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)
Derived
Implements

Applies to