Partager via


NativeMethods.PeekMessage, méthode

Ce type a un attribut SecurityCriticalAttribute, qui le limite à un usage interne par la bibliothèque de classes .NET Framework pour Silverlight. Un code d'application qui utilise un membre de ce type lève une exception MethodAccessException.

Espace de noms :  Microsoft.TeamFoundation.Common.Internal
Assembly :  Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)

Syntaxe

'Déclaration
Public Shared Function PeekMessage ( _
    <OutAttribute> ByRef msg As NativeMethods.MSG, _
    hwnd As IntPtr, _
    filterMin As UInteger, _
    filterMax As UInteger, _
    removeMsg As Boolean _
) As Boolean
public static bool PeekMessage(
    out NativeMethods.MSG msg,
    IntPtr hwnd,
    uint filterMin,
    uint filterMax,
    bool removeMsg
)

Paramètres

Valeur de retour

Type : System.Boolean

Voir aussi

Référence

NativeMethods Classe

Microsoft.TeamFoundation.Common.Internal, espace de noms