Behavior.AssociatedType プロパティ

このビヘイビアーをアタッチできる型。

名前空間: System.Windows.Interactivity
アセンブリ: System.Windows.Interactivity (system.windows.interactivity.dll 中)

構文

'宣言
Protected ReadOnly Property AssociatedType As Type
'使用
Dim value As Type

value = Me.AssociatedType
protected Type AssociatedType { get; }
protected:
property Type^ AssociatedType {
    Type^ get ();
}
/** @property */
protected Type get_AssociatedType ()
protected function get AssociatedType () : Type

スレッド セーフ

この型のパブリック静的メンバ (Visual Basic では Shared メンバ) は、いずれもスレッド セーフです。インスタンス メンバは、スレッド セーフであるとは限りません。

関連項目

参照

Behavior クラス
Behavior メンバ
System.Windows.Interactivity 名前空間