ElementDeletingEventArgs.CustomStoredPropertyAssignments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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