ContactCard 接口

定义

表示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 坐标处显示联系人卡片。

适用于