_Document.CodeName 属性

定义

返回指定文档的代码名称。

public:
 property System::String ^ CodeName { System::String ^ get(); };
public string CodeName { get; }
member this.CodeName : string
Public ReadOnly Property CodeName As String

属性值

注解

代码名称是保存文档的事件宏的模块名。 该模块的默认名为"ThisDocument",可在"工程"窗口中查看该模块。

适用于