IForegroundTransfer Interface

Transfers control of the foreground window to the COM server process. For more information, see IForegroundTransfer.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<GuidAttribute("00000145-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IForegroundTransfer
[GuidAttribute("00000145-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IForegroundTransfer
[GuidAttribute(L"00000145-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class IForegroundTransfer
[<GuidAttribute("00000145-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute()>]
type IForegroundTransfer =  interface end
public interface IForegroundTransfer

The IForegroundTransfer type exposes the following members.

Methods

  Name Description
Public method AllowForegroundTransfer

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace