DataObjectChangedEventArgs.Identifier Property

Retrieves the identifier of the data object involved in the change.

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

Syntax

'宣言
Public ReadOnly Property Identifier As IList
'使用
Dim instance As DataObjectChangedEventArgs
Dim value As IList

value = instance.Identifier
public IList Identifier { get; }
public:
property IList^ Identifier {
    IList^ get ();
}
public function get Identifier () : IList

Property Value

Type: System.Collections.IList

Returns the identifier for the data object instance involved in the change.

Permissions

See Also

Reference

DataObjectChangedEventArgs Class

DataObjectChangedEventArgs Members

Microsoft.VisualStudio.Data Namespace

NewIdentifier