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
public IList NewIdentifier { get; }
public:
property IList^ NewIdentifier {
IList^ get ();
}
member NewIdentifier : IList with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataObjectChangedEventArgs Class