Propriedade PropertyValueCollection.ParentValue
Obtém o pai PropertyValue.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
Public ReadOnly Property ParentValue As PropertyValue
Get
public PropertyValue ParentValue { get; }
public:
property PropertyValue^ ParentValue {
PropertyValue^ get ();
}
member ParentValue : PropertyValue
function get ParentValue () : PropertyValue
Valor de propriedade
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValue
A PropertyValue que representa o pai.
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
PropertyValueCollection Classe
Namespace Microsoft.Windows.Design.PropertyEditing