Construtor PropertyEntryCollection
Initializes a new instance of the PropertyEntryCollection 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 PropertyEntryCollection(
PropertyValue parentValue
)
protected:
PropertyEntryCollection(
PropertyValue^ parentValue
)
new :
parentValue:PropertyValue -> PropertyEntryCollection
protected function PropertyEntryCollection(
parentValue : PropertyValue
)
Parâmetros
- parentValue
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValue
O pai PropertyValue.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | parentValue is nulluma referência nula (Nothing no Visual Basic). |
Comentários
O PropertyEntryCollection classe é para implementações de host.
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
PropertyEntryCollection Classe
Namespace Microsoft.Windows.Design.PropertyEditing