ElementDeletingEventArgs.CustomStoredPropertyAssignments Property

Definition

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

public:
 property System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ CustomStoredPropertyAssignments { System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.PropertyAssignment> CustomStoredPropertyAssignments { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.CustomStoredPropertyAssignments : System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.PropertyAssignment>
Public ReadOnly Property CustomStoredPropertyAssignments As IList(Of PropertyAssignment)

Property Value

Attributes

Applies to