Share via


NodeAttributesChangedEventArgs.PreviousItemAttributeValues Property

Gets a list of the previous item attribute name/value pairs.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public ReadOnly Property PreviousItemAttributeValues As IList(Of Tuple(Of String, String))
public IList<Tuple<string, string>> PreviousItemAttributeValues { get; }
public:
property IList<Tuple<String^, String^>^>^ PreviousItemAttributeValues {
    IList<Tuple<String^, String^>^>^ get ();
}
member PreviousItemAttributeValues : IList<Tuple<string, string>>
function get PreviousItemAttributeValues () : IList<Tuple<String, String>>

Property Value

Type: System.Collections.Generic.IList<Tuple<String, String>>

.NET Framework Security

See Also

Reference

NodeAttributesChangedEventArgs Class

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace