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
'Usage
Dim instance As DataObjectChangedEventArgs 
Dim value As IList 

value = instance.NewIdentifier
public IList NewIdentifier { get; }
public:
property IList^ NewIdentifier {
    IList^ get ();
}
public 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

DataObjectChangedEventArgs Members

Microsoft.VisualStudio.Data Namespace

Identifier