共用方式為


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 安全性

請參閱

參考

DataObjectChangedEventArgs 類別

Microsoft.VisualStudio.Data 命名空間

Identifier