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 命名空間