Partager via


CommonMessagePump.Timeout, propriété

obtient ou définit la valeur du délai d'attente pour l'attente modale.

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
Public Property Timeout As TimeSpan
public TimeSpan Timeout { get; set; }

Valeur de propriété

Type : System.TimeSpan
la valeur du délai d'attente pour l'attente modale.

Remarques

utilisation TimeSpan.MaxValue pour une attente infinie.

cette valeur peut être définie avant d'appeler ModalWaitForHandles ou pendant l'un des rappels dans ModalWaitForHandlesWithClient.

Sécurité .NET Framework

Voir aussi

Référence

CommonMessagePump Classe

Microsoft.VisualStudio.Shell, espace de noms