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

'宣言
Public ReadOnly Property NewIdentifier As IList
'使用
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 a null reference (Nothing in Visual Basic) if the new identifier does not make sense in the context of the data object change type.

Permissions

See Also

Reference

DataObjectChangedEventArgs Class

DataObjectChangedEventArgs Members

Microsoft.VisualStudio.Data Namespace

Identifier