Share via


ContentViewHandler 類別

定義

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

public ref class ContentViewHandler : Microsoft::Maui::Handlers::ViewHandler<Microsoft::Maui::IContentView ^, System::Object ^>, Microsoft::Maui::Handlers::IContentViewHandler
public class ContentViewHandler : Microsoft.Maui.Handlers.ViewHandler<Microsoft.Maui.IContentView,object>, Microsoft.Maui.Handlers.IContentViewHandler
type ContentViewHandler = class
    inherit ViewHandler<IContentView, obj>
    interface IContentViewHandler
    interface IViewHandler
    interface IElementHandler
Public Class ContentViewHandler
Inherits ViewHandler(Of IContentView, Object)
Implements IContentViewHandler
繼承
衍生
實作

建構函式

ContentViewHandler()

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

ContentViewHandler(IPropertyMapper)

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

ContentViewHandler(IPropertyMapper, CommandMapper)

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

欄位

CommandMapper

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

Mapper

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

屬性

ContainerView

取得做為 容器的 PlatformView檢視。

(繼承來源 ViewHandler)
HasContainer

取得或設定值,這個值表示 是否 PlatformView 包含在檢視中。

(繼承來源 ViewHandler)
MauiContext

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

(繼承來源 ElementHandler)
NeedsContainer

取得值,這個值表示 是否需要 VirtualView 容器檢視。

(繼承來源 ViewHandler)
PlatformView

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

(繼承來源 ViewHandler<TVirtualView,TPlatformView>)
Services

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

(繼承來源 ElementHandler)
VirtualView

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

(繼承來源 ViewHandler<TVirtualView,TPlatformView>)

方法

ConnectHandler(TPlatformView)

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

(繼承來源 ViewHandler<TVirtualView,TPlatformView>)
CreatePlatformView()

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

DisconnectHandler(TPlatformView)

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

(繼承來源 ViewHandler<TVirtualView,TPlatformView>)
GetDesiredSize(Double, Double)

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

(繼承來源 ViewHandler<TVirtualView,TPlatformView>)
Invoke(String, Object)

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

(繼承來源 ElementHandler)
MapContent(IContentViewHandler, IContentView)

將抽象 Content 屬性對應至平臺特定的實作。

PlatformArrange(Rect)

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

(繼承來源 ViewHandler<TVirtualView,TPlatformView>)
RemoveContainer()

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

(繼承來源 ViewHandler<TVirtualView,TPlatformView>)
SetMauiContext(IMauiContext)

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

(繼承來源 ElementHandler)
SetupContainer()

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

(繼承來源 ViewHandler<TVirtualView,TPlatformView>)
SetVirtualView(IElement)

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

(繼承來源 ViewHandler<TVirtualView,TPlatformView>)
SetVirtualView(IView)

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

(繼承來源 ViewHandler<TVirtualView,TPlatformView>)
UpdateValue(String)

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

(繼承來源 ElementHandler)

明確介面實作

IContentViewHandler.PlatformView

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

IContentViewHandler.VirtualView

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

IElementHandler.DisconnectHandler()

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

(繼承來源 ElementHandler)
IElementHandler.PlatformView

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

(繼承來源 ViewHandler<TVirtualView,TPlatformView>)
IElementHandler.VirtualView

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

(繼承來源 ViewHandler<TVirtualView,TPlatformView>)
IViewHandler.ContainerView

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

(繼承來源 ViewHandler)
IViewHandler.VirtualView

表示抽象 IContentView 檢視及其平臺特定實作的檢視處理程式。

(繼承來源 ViewHandler<TVirtualView,TPlatformView>)

適用於