BTXEvents.ProcessGetMessageRequest 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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())
參數
- client
- IDebugCallbackInstance
- callbackId
- Int32
- messagename
- String
- scopeframes
- ScopeFrame[]