IQuickActivate Interface
Decreases the time to activate a control by combining loading and initialization into a single call. For more information, see IQuickActivate.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("CF51ED10-62FE-11CF-BF86-00A0C9034836")> _
Public Interface IQuickActivate
[InterfaceTypeAttribute()]
[GuidAttribute("CF51ED10-62FE-11CF-BF86-00A0C9034836")]
public interface IQuickActivate
The IQuickActivate type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetContentExtent | ||
QuickActivate | ||
SetContentExtent |
Top