IMessageReceiver Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Definisce i metodi che ricevono l'output da un motore di script. Questa interfaccia funge da oggetto callback per acquisire l'output che andrebbe altrimenti alla console.
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
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
- Attributi
Metodi
Message(String) |
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice. Se viene implementato in una classe, acquisisce l'output specificato. |