ElementDeletedEventArgs.CustomStoredPropertyAssignments Property

Holds list of PropertyAssignments for each custom stored attribute and its current value at the time it was deleted.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public ReadOnly Property CustomStoredPropertyAssignments As IList(Of PropertyAssignment)
public IList<PropertyAssignment> CustomStoredPropertyAssignments { get; }
public:
property IList<PropertyAssignment^>^ CustomStoredPropertyAssignments {
    IList<PropertyAssignment^>^ get ();
}
member CustomStoredPropertyAssignments : IList<PropertyAssignment> with get
function get CustomStoredPropertyAssignments () : IList<PropertyAssignment>

Property Value

Type: IList<PropertyAssignment>

.NET Framework Security

See Also

Reference

ElementDeletedEventArgs Class

Microsoft.VisualStudio.Modeling Namespace