SpatialEntityStore.RemoveAsync(SpatialEntity) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從所有參與者的存放區中移除空間實體。
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
要移除的空間實體。
傳回
一旦實體移除與主機通訊,就會觸發的動作。
- 屬性