CustomPropertyValueEditorAttribute Constructor
Initializes a new instance of the CustomPropertyValueEditorAttribute class.
Namespace: Microsoft.Xaml.Interactivity
Assembly: Microsoft.Xaml.Interactivity (in Microsoft.Xaml.Interactivity.dll)
Syntax
'Declaration
Public Sub New ( _
customPropertyValueEditor As CustomPropertyValueEditor _
)
public CustomPropertyValueEditorAttribute(
CustomPropertyValueEditor customPropertyValueEditor
)
public:
CustomPropertyValueEditorAttribute(
CustomPropertyValueEditor customPropertyValueEditor
)
new :
customPropertyValueEditor:CustomPropertyValueEditor -> CustomPropertyValueEditorAttribute
public function CustomPropertyValueEditorAttribute(
customPropertyValueEditor : CustomPropertyValueEditor
)
Parameters
customPropertyValueEditor
Type: Microsoft.Xaml.Interactivity.CustomPropertyValueEditorThe custom property value editor.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.