ElementDeletedEventArgs.CustomStoredPropertyAssignments (Propiedad)

Contiene la lista de PropertyAssignments por cada atributo almacenado personalizado y su valor actual cuando se ha eliminado.

Espacio de nombres:  Microsoft.VisualStudio.Modeling
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxis

'Declaración
Public ReadOnly Property CustomStoredPropertyAssignments As IList(Of PropertyAssignment)
public IList<PropertyAssignment> CustomStoredPropertyAssignments { get; }

Valor de propiedad

Tipo: System.Collections.Generic.IList<PropertyAssignment>

Seguridad de .NET Framework

Vea también

Referencia

ElementDeletedEventArgs Clase

Microsoft.VisualStudio.Modeling (Espacio de nombres)