DataObjectChangedEventArgs.NewIdentifier 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在更改后检索数据对象的新标识符。
public:
property System::Collections::IList ^ NewIdentifier { System::Collections::IList ^ get(); };
public System.Collections.IList NewIdentifier { get; }
member this.NewIdentifier : System.Collections.IList
Public ReadOnly Property NewIdentifier As IList
属性值
返回更改后的数据对象的新标识符; 如果新标识符在数据对象更改类型的上下文中没有意义,则返回 null。