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

'宣言
Public ReadOnly Property NewIdentifier As IList(Of Object)
'使用
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.

Permissions

See Also

Reference

DataObjectChangedEventArgs Class

DataObjectChangedEventArgs Members

Microsoft.VisualStudio.Data.Services Namespace