다음을 통해 공유


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)
파생
구현

적용 대상