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

'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
Public method GetContentExtent
Public method QuickActivate
Public method SetContentExtent

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace