IDebugProxy.GetMessage(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:
Microsoft::XLANGs::RuntimeTypes::XLANGDebugMessage ^ GetMessage(System::String ^ messagename, cli::array <Microsoft::XLANGs::RuntimeTypes::ScopeFrame ^> ^ scopeframes);
public Microsoft.XLANGs.RuntimeTypes.XLANGDebugMessage GetMessage (string messagename, Microsoft.XLANGs.RuntimeTypes.ScopeFrame[] scopeframes);
abstract member GetMessage : string * Microsoft.XLANGs.RuntimeTypes.ScopeFrame[] -> Microsoft.XLANGs.RuntimeTypes.XLANGDebugMessage
Public Function GetMessage (messagename As String, scopeframes As ScopeFrame()) As XLANGDebugMessage
Paramètres
- messagename
- String
- scopeframes
- ScopeFrame[]