SimpleValueTargetProvider Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SimpleValueTargetProvider(Object[], Object, INameScope) |
Obsolète.
|
SimpleValueTargetProvider(Object[], Object, INameScope[], Boolean) |
SimpleValueTargetProvider(Object[], Object, INameScope)
- Source:
- XamlServiceProvider.cs
- Source:
- XamlServiceProvider.cs
Attention
Use the other ctor
public:
SimpleValueTargetProvider(cli::array <System::Object ^> ^ objectAndParents, System::Object ^ targetProperty, Microsoft::Maui::Controls::Internals::INameScope ^ scope);
[System.Obsolete("Use the other ctor")]
public SimpleValueTargetProvider (object[] objectAndParents, object targetProperty, Microsoft.Maui.Controls.Internals.INameScope scope);
[<System.Obsolete("Use the other ctor")>]
new Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider : obj[] * obj * Microsoft.Maui.Controls.Internals.INameScope -> Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider
Public Sub New (objectAndParents As Object(), targetProperty As Object, scope As INameScope)
Paramètres
- objectAndParents
- Object[]
- targetProperty
- Object
- scope
- INameScope
- Attributs
S’applique à
SimpleValueTargetProvider(Object[], Object, INameScope[], Boolean)
- Source:
- XamlServiceProvider.cs
- Source:
- XamlServiceProvider.cs
public:
SimpleValueTargetProvider(cli::array <System::Object ^> ^ objectAndParents, System::Object ^ targetProperty, cli::array <Microsoft::Maui::Controls::Internals::INameScope ^> ^ scopes, bool notused);
public SimpleValueTargetProvider (object[] objectAndParents, object targetProperty, Microsoft.Maui.Controls.Internals.INameScope[] scopes, bool notused);
new Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider : obj[] * obj * Microsoft.Maui.Controls.Internals.INameScope[] * bool -> Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider
Public Sub New (objectAndParents As Object(), targetProperty As Object, scopes As INameScope(), notused As Boolean)
Paramètres
- objectAndParents
- Object[]
- targetProperty
- Object
- scopes
- INameScope[]
- notused
- Boolean
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.