Broadcast 接口

定义

表示 Windows Live Broadcast Service 广播会话。

public interface class Broadcast
[System.Runtime.InteropServices.Guid("B67DE22C-BC01-4A73-A99B-070D1B5A795D")]
public interface Broadcast
type Broadcast = interface
Public Interface Broadcast
属性

属性

Application

返回一个Application对象,该对象表示 Microsoft Word 应用程序。

AttendeeUrl

如果正在进行广播,则返回 C#) 中的 字符串 (字符串,该 字符串 表示与会者链接的 URL。 此为只读属性。

Capabilities

返回 C#) 中的 UInteger (uint ,表示指定广播的功能。 此为只读属性。

Parent

返回一个 Object 类型的值 ,该值代表指定 Broadcast 对象的父对象

PresenterServiceUrl

如果广播正在进行中,则返回 C#) 中的 字符串 (字符串,该 字符串 表示承载广播的演示者服务的 URL。 此为只读属性。

SessionID

如果正在进行广播,则返回 C # ) 中 指定会话 ID 的 String (字符串 。 此为只读属性。

State

返回描述当前广播状态的 MSOBroadcastState 常量。 此为只读属性。

方法

AddMeetingNotes(String, String)

为指定的广播添加共享会议笔记,供使用 OneNote 2013 富客户端或 Web 应用的与会者访问。

End()

结束指定的广播会话。

Pause()

暂停指定的广播。

Resume()

恢复指定的广播。

Start(String)

启动指定的广播会话。

适用于