Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Protected MustOverride Function CreatePropertyValueInstance As PropertyValue
'Usage
Dim returnValue As PropertyValue
returnValue = Me.CreatePropertyValueInstance()
protected abstract PropertyValue CreatePropertyValueInstance()
protected:
virtual PropertyValue^ CreatePropertyValueInstance() abstract
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