CSharpProjectConfigurationProperties3.DocumentationFile 属性

此成员提供只能在内部进行的对 C# 项目配置属性的访问。 有关更多信息,请参见 访问特定于项目类型的项目、项目项和配置属性

命名空间:  VSLangProj80
程序集:  VSLangProj80(在 VSLangProj80.dll 中)

语法

声明
Property DocumentationFile As String
string DocumentationFile { get; set; }
property String^ DocumentationFile {
    String^ get ();
    void set (String^ value);
}
abstract DocumentationFile : string with get, set
function get DocumentationFile () : String
function set DocumentationFile (value : String)

属性值

类型:System.String

备注

外部组件可以通过相应的 Visual Studio 自动化对象的 Properties 集合来访问这些属性。 (即以下自动化对象:用于项目文件和文件夹的 ProjectItem、用于项目的 Project 和用于配置的 Configuration。) 此成员名称可作为访问 Properties 集合的索引器。 有关通过自动化访问项目属性的更多信息,请参见 访问特定于项目类型的项目、项目项和配置属性如何:访问特定类型的项目的配置属性

.NET Framework 安全性

请参见

参考

CSharpProjectConfigurationProperties3 接口

DocumentationFile 重载

VSLangProj80 命名空间