PropertyMapper.SetPropertyCore Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
protected:
virtual void SetPropertyCore(System::String ^ key, Action<Microsoft::Maui::IElementHandler ^, Microsoft::Maui::IElement ^> ^ action);
protected virtual void SetPropertyCore (string key, Action<Microsoft.Maui.IElementHandler,Microsoft.Maui.IElement> action);
abstract member SetPropertyCore : string * Action<Microsoft.Maui.IElementHandler, Microsoft.Maui.IElement> -> unit
override this.SetPropertyCore : string * Action<Microsoft.Maui.IElementHandler, Microsoft.Maui.IElement> -> unit
Protected Overridable Sub SetPropertyCore (key As String, action As Action(Of IElementHandler, IElement))
Parameter
- key
- String
- action
- Action<IElementHandler,IElement>