PropertyEntryCollection (Constructor)
Inicializa una nueva instancia de la clase PropertyEntryCollection.
Espacio de nombres: Microsoft.Windows.Design.PropertyEditing
Ensamblado: Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)
Sintaxis
'Declaración
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
Objeto PropertyValue primario.
Excepciones
Excepción | Condición |
---|---|
ArgumentNullException | El valor de parentValue es nullreferencia null (Nothing en Visual Basic). |
Comentarios
La clase PropertyEntryCollection sirve para las implementaciones del host.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)