Construtor PropertyValue
Initializes a new instance of the PropertyValue class.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
Protected Sub New ( _
parentProperty As PropertyEntry _
)
protected PropertyValue(
PropertyEntry parentProperty
)
protected:
PropertyValue(
PropertyEntry^ parentProperty
)
new :
parentProperty:PropertyEntry -> PropertyValue
protected function PropertyValue(
parentProperty : PropertyEntry
)
Parâmetros
- parentProperty
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyEntry
A entrada de propriedade que é o pai do valor dessa propriedade.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | parentProperty is nulluma referência nula (Nothing no Visual Basic). |
Comentários
The PropertyValue class represents the underlying value of a property. The PropertyEntry class represents the property itself. O PropertyEntry é o pai e o PropertyValue é o filho.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.Windows.Design.PropertyEditing