IRedirectOutput 接口

定义

定义用于捕获将以其他方式转到控制台的输出的方法。 此接口由 VsaEngine 实现。

此 API 支持产品基础结构,不能在代码中直接使用。

public interface class IRedirectOutput
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("5B807FA1-00CD-46ee-A493-FD80AC944715")]
public interface IRedirectOutput
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("5B807FA1-00CD-46ee-A493-FD80AC944715")>]
type IRedirectOutput = interface
Public Interface IRedirectOutput
派生
属性

方法

SetOutputStream(IMessageReceiver)

此 API 支持产品基础结构,不能在代码中直接使用。

在类中实现时,将指定的输出流重定向到新流或数据存储。

适用于

另请参阅