Compartilhar via


Propriedade NodeAttributesChangedEventArgs.PreviousItemAttributeValues

Obtém uma lista do item anterior pares nome/valor de atributo.

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

Sintaxe

'Declaração
Public ReadOnly Property PreviousItemAttributeValues As IList(Of Tuple(Of String, String))
    Get
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>>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

NodeAttributesChangedEventArgs Classe

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