CoAuthoring.Creator 属性

定义

获取一个 32 位整数,该整数指示在其中创建了指定对象的应用程序。

public:
 property int Creator { int get(); };
public int Creator { get; }
member this.Creator : int
Public ReadOnly Property Creator As Integer

属性值

一个 32 位整数,指示在其中创建指定对象的应用程序。

注解

只读 long 类型。 如果对象是在 Microsoft Word 中创建的,则此属性返回十六进制数字 4D535744,表示字符串“MSWD”。 此属性主要用于在苹果 Macintosh,其中每个应用程序都有一个四字符创建者代码中使用。 例如,Word 提供了 MSWD 的创建者代码。

警告:此值也可以由常量 wdCreatorCode 表示。

适用于