ComponentOne Studio for WinRT XAML
SetBinding(FrameworkElement,DependencyProperty,Object,String) メソッド

ターゲット。
設定される依存プロパティ。
ソース。
ソースプロパティの名前。
以前にこの依存プロパティが設定されておらず、要素のスタイルによってこのプロパティが設定されない場合に、連結を設定します。
構文
'宣言
 
Public Overloads Shared Sub SetBinding( _
   ByVal target As Windows.UI.Xaml.FrameworkElement, _
   ByVal dp As Windows.UI.Xaml.DependencyProperty, _
   ByVal source As System.Object, _
   ByVal sourcePropertyName As System.String _
) 
public static void SetBinding( 
   Windows.UI.Xaml.FrameworkElement target,
   Windows.UI.Xaml.DependencyProperty dp,
   System.object source,
   System.string sourcePropertyName
)

パラメータ

target
ターゲット。
dp
設定される依存プロパティ。
source
ソース。
sourcePropertyName
ソースプロパティの名前。
参照

Extensions クラス
Extensions メンバ
オーバーロード一覧

 

 


Copyright © GrapeCity inc. All rights reserved.