BTXEvents.ProcessGetMessageRequest Metodo
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.
public:
void ProcessGetMessageRequest(Microsoft::XLANGs::RuntimeTypes::IDebugCallbackInstance ^ client, int callbackId, System::String ^ messagename, cli::array <Microsoft::XLANGs::RuntimeTypes::ScopeFrame ^> ^ scopeframes);
public void ProcessGetMessageRequest (Microsoft.XLANGs.RuntimeTypes.IDebugCallbackInstance client, int callbackId, string messagename, Microsoft.XLANGs.RuntimeTypes.ScopeFrame[] scopeframes);
member this.ProcessGetMessageRequest : Microsoft.XLANGs.RuntimeTypes.IDebugCallbackInstance * int * string * Microsoft.XLANGs.RuntimeTypes.ScopeFrame[] -> unit
Public Sub ProcessGetMessageRequest (client As IDebugCallbackInstance, callbackId As Integer, messagename As String, scopeframes As ScopeFrame())
Parametri
- client
- IDebugCallbackInstance
- callbackId
- Int32
- messagename
- String
- scopeframes
- ScopeFrame[]