NodeAttributesChangedEventArgs.PreviousItemAttributeValues 属性

获取以前的项特性名称/值对的列表。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
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>>

属性值

类型:System.Collections.Generic.IList<Tuple<String, String>>

.NET Framework 安全性

请参见

参考

NodeAttributesChangedEventArgs 类

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空间