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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.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: System.Collections.Generic.IList<PropertyAssignment>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.