IMessageReceiver Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines methods that receive output from a scripting engine. This interface acts as a callback object to capture output that would otherwise go to the console.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IMessageReceiver
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("F062C7FB-53BF-4f0d-B0F6-D66C5948E63F")]
public interface IMessageReceiver
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("F062C7FB-53BF-4f0d-B0F6-D66C5948E63F")>]
type IMessageReceiver = interface
Public Interface IMessageReceiver
- Attributes
Methods
Message(String) |
This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, captures the specified output. |