DefaultTriggerAttribute.TriggerType 屬性

要具現化的 TriggerBase 類型。

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

語法

'宣告
Public ReadOnly Property TriggerType As Type
'用途
Dim instance As DefaultTriggerAttribute
Dim value As Type

value = instance.TriggerType
public Type TriggerType { get; }
public:
property Type^ TriggerType {
    Type^ get ();
}
/** @property */
public Type get_TriggerType ()
public function get TriggerType () : Type

執行緒安全性

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

另請參閱

參照

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