Holds a 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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
声明
Public ReadOnly Property CustomStoredPropertyAssignments As IList(Of PropertyAssignment)
    Get
public IList<PropertyAssignment> CustomStoredPropertyAssignments { get; }
public:
property IList<PropertyAssignment^>^ CustomStoredPropertyAssignments {
    IList<PropertyAssignment^>^ get ();
}
member CustomStoredPropertyAssignments : IList<PropertyAssignment>
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.