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