Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Namespace: Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Dichiarazione
Public Event DoPeriodicIdle As EventHandler(Of DoIdleEventArgs)
'Utilizzo
Dim instance As OleComponent
Dim handler As EventHandler(Of DoIdleEventArgs)
AddHandler instance.DoPeriodicIdle, handler
public event EventHandler<DoIdleEventArgs> DoPeriodicIdle
public:
event EventHandler<DoIdleEventArgs^>^ DoPeriodicIdle {
void add (EventHandler<DoIdleEventArgs^>^ value);
void remove (EventHandler<DoIdleEventArgs^>^ value);
}
member DoPeriodicIdle : IEvent<EventHandler<DoIdleEventArgs>,
DoIdleEventArgs>
JScript does not support events.
.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.
See Also
Reference
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace