SpatialEntityStore.RemoveAsync(SpatialEntity) 方法

定义

从存储中删除所有参与者的空间实体。

public:
 virtual IAsyncAction ^ RemoveAsync(SpatialEntity ^ entity) = RemoveAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction RemoveAsync(SpatialEntity const& entity);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction RemoveAsync(SpatialEntity entity);
function removeAsync(entity)
Public Function RemoveAsync (entity As SpatialEntity) As IAsyncAction

参数

entity
SpatialEntity

要删除的空间实体。

返回

将实体删除传达给主机后触发的操作。

属性

适用于