TriggerBase.AssociatedObjectTypeConstraint 屬性

取得關聯物件的類型限制。

命名空間: System.Windows.Interactivity
組件: System.Windows.Interactivity (在 system.windows.interactivity.dll 中)

語法

'宣告
Protected Overridable ReadOnly Property AssociatedObjectTypeConstraint As Type
'用途
Dim value As Type

value = Me.AssociatedObjectTypeConstraint
protected virtual Type AssociatedObjectTypeConstraint { get; }
protected:
virtual property Type^ AssociatedObjectTypeConstraint {
    Type^ get ();
}
/** @property */
protected Type get_AssociatedObjectTypeConstraint ()
protected function get AssociatedObjectTypeConstraint () : Type

執行緒安全性

此型別的所有公用靜態 (Visual Basic 中為 Shared ) 成員均為安全執行緒。任何例項成員則不保證為安全執行緒。

另請參閱

參照

TriggerBase 類別
TriggerBase 成員
System.Windows.Interactivity 命名空間