Condividi tramite


Classe CustomPropertyValueEditorAttribute

Associa il tipo di editor specificato con la proprietà in cui CustomPropertyValueEditor è applicato.

Spazio dei nomi: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Sintassi

'Dichiarazione
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple:=False, Inherited:=True)> _
Public NotInheritable Class CustomPropertyValueEditorAttribute
    Inherits Attribute
'Utilizzo
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

Note

Utilizzare questo attributo per ottenere una modifica in fase di progettazione migliorata per proprietà che denotano elementi (per nome), storyboard o stati (per nome).

Gerarchia ereditarietà

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

Thread safety

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. I membri di istanza invece non sono necessariamente thread-safe.

Vedere anche

Riferimenti

Membri CustomPropertyValueEditorAttribute
Spazio dei nomi System.Windows.Interactivity