共用方式為


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

要移除的空間實體。

傳回

一旦實體移除與主機通訊,就會觸發的動作。

屬性

適用於