Sdílet prostřednictvím


NodeAttributesChangedEventArgs.PreviousItemAttributeValues – vlastnost

Získá seznam předchozí položky páry název hodnota atributu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
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>>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

NodeAttributesChangedEventArgs Třída

Microsoft.VisualStudio.Data.Schema.Package.Project – obor názvů