IContainer 接口

定义

提供充当视图容器的功能。

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)
派生
实现

适用于