PropertyMapper<TVirtualView> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
generic <typename TVirtualView>
where TVirtualView : IElementpublic ref class PropertyMapper : Microsoft::Maui::PropertyMapper<TVirtualView, Microsoft::Maui::IElementHandler ^>
public class PropertyMapper<TVirtualView> : Microsoft.Maui.PropertyMapper<TVirtualView,Microsoft.Maui.IElementHandler> where TVirtualView : IElement
type PropertyMapper<'VirtualView (requires 'VirtualView :> IElement)> = class
inherit PropertyMapper<'VirtualView, IElementHandler (requires 'VirtualView :> IElement)>
Public Class PropertyMapper(Of TVirtualView)
Inherits PropertyMapper(Of TVirtualView, IElementHandler)
類型參數
- 繼承
-
PropertyMapper<TVirtualView>
建構函式
欄位
屬性
方法
Add(String, Action<TViewHandler,TVirtualView>)
|
(繼承來源 PropertyMapper<TVirtualView,TViewHandler>)
|
ClearKeyCache()
|
(繼承來源 PropertyMapper)
|
GetKeys()
|
(繼承來源 PropertyMapper)
|
GetProperty(String)
|
(繼承來源 PropertyMapper)
|
SetPropertyCore(String, Action<IElementHandler,IElement>)
|
(繼承來源 PropertyMapper)
|
UpdateProperties(IElementHandler, IElement)
|
(繼承來源 PropertyMapper)
|
UpdateProperty(IElementHandler, IElement, String)
|
(繼承來源 PropertyMapper)
|
UpdatePropertyCore(String, IElementHandler, IElement)
|
(繼承來源 PropertyMapper)
|
擴充方法
AppendToMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView,TViewHandler>, String, Action<TViewHandler,TVirtualView>)
|
指定要在現有屬性對應之後執行的方法。
|
ModifyMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView,
TViewHandler>, String, Action<TViewHandler,TVirtualView,Action<IElementHandler,
IElement>>)
|
就地修改屬性對應。
|
PrependToMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView,TViewHandler>, String, Action<TViewHandler,TVirtualView>)
|
指定要在現有屬性對應之前執行的方法。
|
適用於