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

削除する空間エンティティ。

戻り値

エンティティの削除がホストに伝達されるとトリガーされるアクション。

属性

適用対象