DataObjectChangedEventArgs.NewIdentifier 屬性
在變更後擷取資料物件的新識別項。
命名空間: Microsoft.VisualStudio.Data
組件: Microsoft.VisualStudio.Data (在 Microsoft.VisualStudio.Data.dll 中)
語法
'宣告
Public ReadOnly Property NewIdentifier As IList
public IList NewIdentifier { get; }
public:
property IList^ NewIdentifier {
IList^ get ();
}
member NewIdentifier : IList
function get NewIdentifier () : IList
屬性值
型別:System.Collections.IList
如果新識別項無意義資料物件變更類型中,傳回資料物件的新識別項,以變更或傳回 nullNull 參照 (即 Visual Basic 中的 Nothing) 之後。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。