CustomPropertyValueEditorAttribute クラス

特定のエディターの種類を CustomPropertyValueEditor が適用されるプロパティに関連付けます。

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

構文

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

解説

この属性を使用して、要素 (名前別)、ストーリーボード、または状態 (名前別) を示すプロパティ用にデザイン時の編集を強化します。

継承階層

System.Object
   System.Attribute
    System.Windows.Interactivity.CustomPropertyValueEditorAttribute

スレッド セーフ

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

関連項目

参照

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