RepeatingSectionItem.Creator 属性

定义

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 C#) 中的只读 整数 (int

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

属性值

注解

如果在 Word 中创建对象,则 Creator 属性返回十六进制数字 4D535744,表示字符串“MSWD”。 此属性主要用于在 Macintosh 上,其中每个应用程序都有一个四字符创建者代码中使用。 例如,Word 提供了 MSWD 的创建者代码。 有关此属性的其他信息,请参阅 Office Macintosh Edition 附带的语言参考帮助。

注意:此值也可以由常量 wdCreatorCode 表示。

适用于