다음을 통해 공유


MouseHoverAttribute 생성자

MouseHoverAttribute의 새 인스턴스를 초기화합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Editor
어셈블리:  Microsoft.VisualStudio.Text.UI(Microsoft.VisualStudio.Text.UI.dll)

구문

‘선언
Public Sub New ( _
    delay As Integer _
)
public MouseHoverAttribute(
    int delay
)
public:
MouseHoverAttribute(
    int delay
)
new : 
        delay:int -> MouseHoverAttribute
public function MouseHoverAttribute(
    delay : int
)

매개 변수

  • delay
    형식: Int32

    마우스가 이동을 중지한 시간과 가리키기 이벤트가 생성된 시간 사이의 경과 시간(밀리초 단위)입니다.

.NET Framework 보안

참고 항목

참조

MouseHoverAttribute 클래스

Microsoft.VisualStudio.Text.Editor 네임스페이스