PropertyEntry.CreatePropertyValueInstance Method
When overridden in a derived class, used by the host infrastructure to create a new host-specific PropertyValue instance.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Protected MustOverride Function CreatePropertyValueInstance As PropertyValue
protected abstract PropertyValue CreatePropertyValueInstance()
protected:
virtual PropertyValue^ CreatePropertyValueInstance() abstract
abstract CreatePropertyValueInstance : unit -> PropertyValue
protected abstract function CreatePropertyValueInstance() : PropertyValue
Return Value
Type: Microsoft.Windows.Design.PropertyEditing.PropertyValue
A new PropertyValue instance.
.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.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace