VBProjectProperties5 接口

定义

此接口提供对项目属性的仅限内部访问。 有关详细信息,请参阅访问项目类型特定项目、项目项和配置属性。

public interface class VBProjectProperties5 : VslangProj90::VBProjectProperties4
public interface class VBProjectProperties5 : VslangProj90::VBProjectProperties4
__interface VBProjectProperties5 : VslangProj90::VBProjectProperties4
[System.Runtime.InteropServices.Guid("A1FD5A70-1114-440F-A2CD-E982413DF5C9")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface VBProjectProperties5 : VslangProj90.VBProjectProperties4
[<System.Runtime.InteropServices.Guid("A1FD5A70-1114-440F-A2CD-E982413DF5C9")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type VBProjectProperties5 = interface
    interface VBProjectProperties4
Public Interface VBProjectProperties5
Implements VBProjectProperties4
属性
实现

注解

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

适用于