Construtor PropertyValueCollection
Initializes a new instance of the PropertyValueCollection class.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
Protected Sub New ( _
parentValue As PropertyValue _
)
protected PropertyValueCollection(
PropertyValue parentValue
)
protected:
PropertyValueCollection(
PropertyValue^ parentValue
)
new :
parentValue:PropertyValue -> PropertyValueCollection
protected function PropertyValueCollection(
parentValue : PropertyValue
)
Parâmetros
- parentValue
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValue
O pai PropertyValue.Esta será a propriedade cujo tipo é uma coleção.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | parentValue is nulluma referência nula (Nothing no Visual Basic). |
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