Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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: 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.