TypeConstraintAttribute クラス

TargetedTriggerAction および EventTriggerBase の AssociatedObject の型制約を指定します。

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

構文

'宣言
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple:=False, Inherited:=False)> _
Public NotInheritable Class TypeConstraintAttribute
    Inherits Attribute
'使用
Dim instance As TypeConstraintAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false, Inherited=false)] 
public sealed class TypeConstraintAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple=false, Inherited=false)] 
public ref class TypeConstraintAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false, Inherited=false) */ 
public final class TypeConstraintAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false, Inherited=false) 
public final class TypeConstraintAttribute extends Attribute

継承階層

System.Object
   System.Attribute
    System.Windows.Interactivity.TypeConstraintAttribute

スレッド セーフ

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

関連項目

参照

TypeConstraintAttribute メンバ
System.Windows.Interactivity 名前空間