DataObjectChangedEventArgs.Identifier 属性

定义

检索更改中涉及的数据对象的标识符。

public:
 property System::Collections::IList ^ Identifier { System::Collections::IList ^ get(); };
public System.Collections.IList Identifier { get; }
member this.Identifier : System.Collections.IList
Public ReadOnly Property Identifier As IList

属性值

IList

返回更改所涉及的数据对象实例的标识符。

适用于