IDebugServerInstance.ProcessGetMessage(Int32, String, ScopeFrame[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
void ProcessGetMessage(int callbackCookie, System::String ^ messagename, cli::array <Microsoft::XLANGs::RuntimeTypes::ScopeFrame ^> ^ scopeframes);
public void ProcessGetMessage (int callbackCookie, string messagename, Microsoft.XLANGs.RuntimeTypes.ScopeFrame[] scopeframes);
abstract member ProcessGetMessage : int * string * Microsoft.XLANGs.RuntimeTypes.ScopeFrame[] -> unit
Public Sub ProcessGetMessage (callbackCookie As Integer, messagename As String, scopeframes As ScopeFrame())
Paramètres
- callbackCookie
- Int32
- messagename
- String
- scopeframes
- ScopeFrame[]