MeetingStageSurface<T> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定会议阶段图面。
public class MeetingStageSurface<T> : Microsoft.Bot.Schema.Teams.Surface
type MeetingStageSurface<'T> = class
inherit Surface
Public Class MeetingStageSurface(Of T)
Inherits Surface
类型参数
- T
第一个泛型类型参数。
- 继承
构造函数
MeetingStageSurface<T>() |
初始化 MeetingStageSurface<T> 类的新实例。 |
属性
Content |
获取或设置此 MeetingStageSurface<T>的内容。 |
ContentType |
获取或设置此 MeetingStageSurface<T>的内容类型。 |
Type |
获取或设置 Surface 类型,该值指示通知将在会议 UX 中呈现的位置。 注意:每个请求只允许一个图面类型的实例。 (继承自 Surface) |