SimpleValueTargetProvider 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
SimpleValueTargetProvider(Object[], Object, INameScope) |
Obsolete.
|
SimpleValueTargetProvider(Object[], Object, INameScope[], Boolean) |
SimpleValueTargetProvider(Object[], Object, INameScope)
- Source:
- XamlServiceProvider.cs
- Source:
- XamlServiceProvider.cs
Caution
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)
Parameters
- objectAndParents
- Object[]
- targetProperty
- Object
- scope
- INameScope
- Attributes
Applies to
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)
Parameters
- objectAndParents
- Object[]
- targetProperty
- Object
- scopes
- INameScope[]
- notused
- Boolean
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.