Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Usage
Dim instance As 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