ProjectConfigurationProperties3 接口

更新:2007 年 11 月

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

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

语法

声明
<GuidAttribute("9918DAB5-FC67-4CD4-B352-2F3FA1E2BD08")> _
Public Interface ProjectConfigurationProperties3 _
    Implements ProjectConfigurationProperties2
用法
Dim instance As ProjectConfigurationProperties3
[GuidAttribute("9918DAB5-FC67-4CD4-B352-2F3FA1E2BD08")]
public interface ProjectConfigurationProperties3 : ProjectConfigurationProperties2
[GuidAttribute(L"9918DAB5-FC67-4CD4-B352-2F3FA1E2BD08")]
public interface class ProjectConfigurationProperties3 : ProjectConfigurationProperties2
public interface ProjectConfigurationProperties3 extends ProjectConfigurationProperties2

备注

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

另请参见

参考

ProjectConfigurationProperties3 成员

VSLangProj80 命名空间