IViewController 接口

定义

public interface class IViewController : Microsoft::Maui::Controls::IVisualElementController
public interface IViewController : Microsoft.Maui.Controls.IVisualElementController
type IViewController = interface
    interface IVisualElementController
    interface IElementController
Public Interface IViewController
Implements IVisualElementController
派生
实现

属性

Batched

供 .NET MAUI 内部使用。

(继承自 IVisualElementController)
DisableLayout

供 .NET MAUI 内部使用。

(继承自 IVisualElementController)
EffectControlProvider

供 .NET MAUI 内部使用。

(继承自 IElementController)
EffectiveFlowDirection

供 .NET MAUI 内部使用。

(继承自 IVisualElementController)
IsInPlatformLayout

供 .NET MAUI 内部使用。

(继承自 IVisualElementController)
IsPlatformEnabled

供 .NET MAUI 内部使用。

(继承自 IVisualElementController)
IsPlatformStateConsistent

供 .NET MAUI 内部使用。

(继承自 IVisualElementController)
LogicalChildren

供 .NET MAUI 内部使用。

(继承自 IElementController)
NavigationProxy

供 .NET MAUI 内部使用。

(继承自 IVisualElementController)
RealParent

供 .NET MAUI 内部使用。

(继承自 IElementController)

方法

Descendants()

供 .NET MAUI 内部使用。

(继承自 IElementController)
EffectIsAttached(String)

供 .NET MAUI 内部使用。

(继承自 IElementController)
InvalidateMeasure(InvalidationTrigger)

供 .NET MAUI 内部使用。

(继承自 IVisualElementController)
PlatformSizeChanged()

供 .NET MAUI 内部使用。

(继承自 IVisualElementController)
SetValueFromRenderer(BindableProperty, Object)

供 .NET MAUI 内部使用。

(继承自 IElementController)
SetValueFromRenderer(BindablePropertyKey, Object)

供 .NET MAUI 内部使用。

(继承自 IElementController)

事件

BatchCommitted

供 .NET MAUI 内部使用。

(继承自 IVisualElementController)
FocusChangeRequested

供 .NET MAUI 内部使用。

(继承自 IVisualElementController)

适用于