Share via


DataObjectChangedEventArgs.NewIdentifier Property

Retrieves the new identifier of the data object after the change.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public ReadOnly Property NewIdentifier As IList
    Get
public IList NewIdentifier { get; }
public:
property IList^ NewIdentifier {
    IList^ get ();
}
member NewIdentifier : IList
function get NewIdentifier () : IList

Property Value

Type: System.Collections.IList
Returns the new identifier of the data object after the change, or returns nulla null reference (Nothing in Visual Basic) if the new identifier does not make sense in the context of the data object change type.

.NET Framework Security

See Also

Reference

DataObjectChangedEventArgs Class

Microsoft.VisualStudio.Data Namespace

Identifier