次の方法で共有


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

適用対象