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.
Supports simple frame controls serving as containers for other controls. For more information, see ISimpleFrameSite.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("742B0E01-14E6-101B-914E-00AA00300CAB")> _
Public Interface ISimpleFrameSite
[InterfaceTypeAttribute()]
[GuidAttribute("742B0E01-14E6-101B-914E-00AA00300CAB")]
public interface ISimpleFrameSite
[InterfaceTypeAttribute()]
[GuidAttribute(L"742B0E01-14E6-101B-914E-00AA00300CAB")]
public interface class ISimpleFrameSite
[<InterfaceTypeAttribute()>]
[<GuidAttribute("742B0E01-14E6-101B-914E-00AA00300CAB")>]
type ISimpleFrameSite = interface end
public interface ISimpleFrameSite
The ISimpleFrameSite type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
PostMessageFilter | |
![]() |
PreMessageFilter |
Top