Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the event handler for a displayed directory list. This is the outgoing interface for the directory list's implementation of IConnectionPoint.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("07F86394-273C-11D7-8BF6-00B0D03DAA06")> _
Public Interface IDirListEvents
[GuidAttribute("07F86394-273C-11D7-8BF6-00B0D03DAA06")]
public interface IDirListEvents
[GuidAttribute(L"07F86394-273C-11D7-8BF6-00B0D03DAA06")]
public interface class IDirListEvents
[<GuidAttribute("07F86394-273C-11D7-8BF6-00B0D03DAA06")>]
type IDirListEvents = interface end
public interface IDirListEvents
The IDirListEvents type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
OnChange | Event handler for a directory list. |
Top
.gif)