Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public ReadOnly Property Identifier As IList
'Usage
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.
.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
DataObjectChangedEventArgs Members