ContactCard 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示Microsoft Office 系统联系人卡片。
public interface class ContactCard : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03F1-0000-0000-C000-000000000046")]
public interface ContactCard : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03F1-0000-0000-C000-000000000046")>]
type ContactCard = interface
interface _IMsoDispObj
Public Interface ContactCard
Implements _IMsoDispObj
- 属性
- 实现
属性
Application |
返回表示 ContactCard 对象的父 Office 应用程序的 Application 对象。 |
Creator |
返回一个 Int32 ,指示在其中创建了 ContactCard 对象的应用程序。 |
方法
Close() |
关闭联系人卡片。 |
Show(MsoContactCardStyle, Int32, Int32, Int32, Int32, Int32, Boolean) |
在指定矩形外的指定 x 坐标处显示联系人卡片。 |