Partilhar via


Método PropertyEntry.CreatePropertyValueInstance

Quando substituído em uma classe derivada, usado pela infra-estrutura de host para criar um novo host específico PropertyValue instância.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Protected MustOverride Function CreatePropertyValueInstance As PropertyValue
protected abstract PropertyValue CreatePropertyValueInstance()
protected:
virtual PropertyValue^ CreatePropertyValueInstance() abstract
abstract CreatePropertyValueInstance : unit -> PropertyValue 
protected abstract function CreatePropertyValueInstance() : PropertyValue

Valor de retorno

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValue
Uma nova PropertyValue instância.

Segurança do .NET Framework

Consulte também

Referência

PropertyEntry Classe

Namespace Microsoft.Windows.Design.PropertyEditing

Outros recursos

Extensibilidade do WPF Designer

Propriedade de edição de arquitetura