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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
NodeAttributesChangedEventArgs Třída
Microsoft.VisualStudio.Data.Schema.Package.Project – obor názvů