PropertyMapper<TVirtualView> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PropertyMapper<TVirtualView>() | |
PropertyMapper<TVirtualView>(PropertyMapper[]) |
PropertyMapper<TVirtualView>()
- Source:
- PropertyMapper.cs
- Source:
- PropertyMapper.cs
public:
PropertyMapper();
public PropertyMapper ();
Public Sub New ()
Applies to
PropertyMapper<TVirtualView>(PropertyMapper[])
- Source:
- PropertyMapper.cs
- Source:
- PropertyMapper.cs
public:
PropertyMapper(... cli::array <Microsoft::Maui::PropertyMapper ^> ^ chained);
public PropertyMapper (params Microsoft.Maui.PropertyMapper[] chained);
new Microsoft.Maui.PropertyMapper<'VirtualView (requires 'VirtualView :> Microsoft.Maui.IElement)> : Microsoft.Maui.PropertyMapper[] -> Microsoft.Maui.PropertyMapper<'VirtualView (requires 'VirtualView :> Microsoft.Maui.IElement)>
Public Sub New (ParamArray chained As PropertyMapper())
Parameters
- chained
- PropertyMapper[]