Share via


DataObjectChangedEventArgs.NewIdentifier Property

Gets a list of all new identifier parts that represent the data object.

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

Syntax

'Declaration
Public ReadOnly Property NewIdentifier As IList(Of Object)
'Usage
Dim instance As DataObjectChangedEventArgs 
Dim value As IList(Of Object)

value = instance.NewIdentifier
public IList<Object> NewIdentifier { get; }
public:
property IList<Object^>^ NewIdentifier {
    IList<Object^>^ get ();
}
public function get NewIdentifier () : IList<Object>

Property Value

Type: System.Collections.Generic.IList<Object>
A list of objects representing all new identifier parts that represent the data object.

.NET Framework Security

See Also

Reference

DataObjectChangedEventArgs Class

DataObjectChangedEventArgs Members

Microsoft.VisualStudio.Data.Services Namespace