Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the time in milliseconds between the time when the mouse stops moving and the generation of the hover event.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Déclaration
Public ReadOnly Property Delay As Integer
public int Delay { get; }
public:
property int Delay {
int get ();
}
member Delay : int
function get Delay () : int
Property Value
Type: System.Int32
The time in milliseconds between the time when the mouse stops moving and the generation of the hover event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.