EntityRef<TEntity>.Clone 方法

创建EntityRef<TEntity>的浅表副本。

命名空间:  Microsoft.SharePoint.Linq
程序集:  Microsoft.SharePoint.Linq(位于 Microsoft.SharePoint.Linq.dll 中)

语法

声明
Public Function Clone As Object
用法
Dim instance As EntityRef
Dim returnValue As Object

returnValue = instance.Clone()
public Object Clone()

返回值

类型:System.Object
Object (强制转换EntityRef<TEntity>) 其属性值引用相同的对象的此EntityRef<TEntity>的属性值。

实现

ICloneable.Clone()

备注

Clone此实现创建浅表副本。

另请参阅

引用

EntityRef<TEntity> 类

EntityRef<TEntity> 成员

Microsoft.SharePoint.Linq 命名空间