Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Notifies clients when an assembly has been refreshed, for example when it has been rebuilt and the name or configuration has changed.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public MustOverride Event AssemblyRefreshed As AssemblyRefreshedEventHandler
public abstract event AssemblyRefreshedEventHandler AssemblyRefreshed
public:
virtual event AssemblyRefreshedEventHandler^ AssemblyRefreshed {
void add (AssemblyRefreshedEventHandler^ value);
void remove (AssemblyRefreshedEventHandler^ value);
}
abstract AssemblyRefreshed : IEvent<AssemblyRefreshedEventHandler,
AssemblyRefreshedEventArgs>
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.