Share via


ElementDeletedEventArgs.CustomStoredPropertyAssignments Property

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

Syntax

'Declaration
Public ReadOnly Property CustomStoredPropertyAssignments As IList(Of PropertyAssignment)
'Usage
Dim instance As ElementDeletedEventArgs 
Dim value As IList(Of PropertyAssignment)

value = instance.CustomStoredPropertyAssignments
public IList<PropertyAssignment> CustomStoredPropertyAssignments { get; }
public:
property IList<PropertyAssignment^>^ CustomStoredPropertyAssignments {
    IList<PropertyAssignment^>^ get ();
}
public function get CustomStoredPropertyAssignments () : IList<PropertyAssignment>

Property Value

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

.NET Framework Security

See Also

Reference

ElementDeletedEventArgs Class

ElementDeletedEventArgs Members

Microsoft.VisualStudio.Modeling Namespace