Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("CF51ED10-62FE-11CF-BF86-00A0C9034836")> _
Public Interface IQuickActivate
[InterfaceTypeAttribute()]
[GuidAttribute("CF51ED10-62FE-11CF-BF86-00A0C9034836")]
public interface IQuickActivate
[InterfaceTypeAttribute()]
[GuidAttribute(L"CF51ED10-62FE-11CF-BF86-00A0C9034836")]
public interface class IQuickActivate
[<InterfaceTypeAttribute()>]
[<GuidAttribute("CF51ED10-62FE-11CF-BF86-00A0C9034836")>]
type IQuickActivate = interface end
public interface IQuickActivate
The IQuickActivate type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetContentExtent | |
![]() |
QuickActivate | |
![]() |
SetContentExtent |
Top