IActivateEventArgs Interface
Defines an interface that corresponds to the event data of the ActivateProjectHostItem event and that enables the COM host application to consume the event.
Namespace: Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop
Assembly: Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)
Syntax
'Declaration
<GuidAttribute("EE1932A9-1281-4CCC-BBC8-C14F62A99708")> _
<ComVisibleAttribute(True)> _
Public Interface IActivateEventArgs
'Usage
Dim instance As IActivateEventArgs
[GuidAttribute("EE1932A9-1281-4CCC-BBC8-C14F62A99708")]
[ComVisibleAttribute(true)]
public interface IActivateEventArgs
[GuidAttribute(L"EE1932A9-1281-4CCC-BBC8-C14F62A99708")]
[ComVisibleAttribute(true)]
public interface class IActivateEventArgs
public interface IActivateEventArgs
Remarks
For more information about event handlers that take this interface as the event data parameter, see IVstaHostAdapterEvents.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop Namespace