ISimpleFrameSite Interface
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
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("742B0E01-14E6-101B-914E-00AA00300CAB")> _
Public Interface ISimpleFrameSite
'Uso
Dim instance As 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