次の方法で共有


EntityInfo.SharesRoot(EntityInfo) メソッド

定義

True を指定すると、エンティティが同じルート エンティティを共有します。

public bool SharesRoot (Microsoft.Bot.Builder.Dialogs.Adaptive.EntityInfo entity);
member this.SharesRoot : Microsoft.Bot.Builder.Dialogs.Adaptive.EntityInfo -> bool
Public Function SharesRoot (entity As EntityInfo) As Boolean

パラメーター

entity
EntityInfo

比較するエンティティ。

戻り値

True を指定すると、エンティティが同じルートを共有します。

適用対象