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)
    Get
public IList<Object> NewIdentifier { get; }
public:
property IList<Object^>^ NewIdentifier {
    IList<Object^>^ get ();
}
member NewIdentifier : IList<Object>
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

Microsoft.VisualStudio.Data.Services Namespace