IOleObject 接口

使一个嵌入对象提供了基本功能到它的容器。 有关信息,请参见IOleObject

命名空间:  Microsoft.VisualStudio.OLE.Interop
程序集:  Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)

语法

声明
<GuidAttribute("00000112-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IOleObject
[GuidAttribute("00000112-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IOleObject

IOleObject 类型公开以下成员。

方法

  名称 说明
公共方法 Advise
公共方法 Close
公共方法 DoVerb
公共方法 EnumAdvise
公共方法 EnumVerbs
公共方法 GetClientSite
公共方法 GetClipboardData
公共方法 GetExtent
公共方法 GetMiscStatus
公共方法 GetMoniker
公共方法 GetUserClassID
公共方法 GetUserType
公共方法 InitFromData
公共方法 IsUpToDate
公共方法 SetClientSite
公共方法 SetColorScheme
公共方法 SetExtent
公共方法 SetHostNames
公共方法 SetMoniker
公共方法 Unadvise
公共方法 Update

页首

请参见

参考

Microsoft.VisualStudio.OLE.Interop 命名空间