FolderProperties2 接口

更新:2007 年 11 月

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

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

语法

声明
<GuidAttribute("2ACA2576-0738-466F-845F-16062ED8D1BC")> _
Public Interface FolderProperties2 _
    Implements FolderProperties
用法
Dim instance As FolderProperties2
[GuidAttribute("2ACA2576-0738-466F-845F-16062ED8D1BC")]
public interface FolderProperties2 : FolderProperties
[GuidAttribute(L"2ACA2576-0738-466F-845F-16062ED8D1BC")]
public interface class FolderProperties2 : FolderProperties
public interface FolderProperties2 extends FolderProperties

备注

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

另请参见

参考

FolderProperties2 成员

VSLangProj80 命名空间