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
'Declaración
Public ReadOnly Property Identifier As IList
Get
public IList Identifier { get; }
public:
property IList^ Identifier {
IList^ get ();
}
member Identifier : IList
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