Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Déclaration
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.