SimpleValueTargetProvider 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SimpleValueTargetProvider(Object[], Object, INameScope) |
已淘汰.
|
SimpleValueTargetProvider(Object[], Object, INameScope[], Boolean) |
SimpleValueTargetProvider(Object[], Object, INameScope)
警告
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)
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