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