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)
- Source:
- XamlServiceProvider.cs
- 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
- Source:
- XamlServiceProvider.cs
Caution
Use the other ctor
public:
SimpleValueTargetProvider(cli::array <System::Object ^> ^ objectAndParents, System::Object ^ targetProperty, cli::array <Microsoft::Maui::Controls::Internals::INameScope ^> ^ scopes, bool notused);
[System.Obsolete("Use the other ctor")]
public SimpleValueTargetProvider(object[] objectAndParents, object targetProperty, Microsoft.Maui.Controls.Internals.INameScope[] scopes, bool notused);
public SimpleValueTargetProvider(object[] objectAndParents, object targetProperty, Microsoft.Maui.Controls.Internals.INameScope[] scopes, bool notused);
[<System.Obsolete("Use the other ctor")>]
new Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider : obj[] * obj * Microsoft.Maui.Controls.Internals.INameScope[] * bool -> Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider
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
- Attributes
Applies to
SimpleValueTargetProvider(Object[], Object, INameScope[], Object)
- Source:
- XamlServiceProvider.cs
public:
SimpleValueTargetProvider(cli::array <System::Object ^> ^ objectAndParents, System::Object ^ targetProperty, cli::array <Microsoft::Maui::Controls::Internals::INameScope ^> ^ scopes, System::Object ^ rootObject);
public SimpleValueTargetProvider(object[] objectAndParents, object targetProperty, Microsoft.Maui.Controls.Internals.INameScope[] scopes, object rootObject);
new Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider : obj[] * obj * Microsoft.Maui.Controls.Internals.INameScope[] * obj -> Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider
Public Sub New (objectAndParents As Object(), targetProperty As Object, scopes As INameScope(), rootObject As Object)
Parameters
- objectAndParents
- Object[]
- targetProperty
- Object
- scopes
- INameScope[]
- rootObject
- Object