共用方式為


SimpleValueTargetProvider 建構函式

定義

多載

SimpleValueTargetProvider(Object[], Object, INameScope)
已淘汰.
SimpleValueTargetProvider(Object[], Object, INameScope[], Boolean)

SimpleValueTargetProvider(Object[], Object, INameScope)

來源:
XamlServiceProvider.cs
來源:
XamlServiceProvider.cs

警告

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)

參數

objectAndParents
Object[]
targetProperty
Object
scope
INameScope
屬性

適用於

SimpleValueTargetProvider(Object[], Object, INameScope[], Boolean)

來源:
XamlServiceProvider.cs
來源:
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)

參數

objectAndParents
Object[]
targetProperty
Object
scopes
INameScope[]
notused
Boolean

適用於