FolderProperties2 接口
此接口提供只能在内部进行的对文件夹属性的访问。有关更多信息,请参见 访问特定于项目类型的项目、项目项和配置属性。
命名空间: VSLangProj80
程序集: VSLangProj80(在 VSLangProj80.dll 中)
语法
声明
<GuidAttribute("2ACA2576-0738-466F-845F-16062ED8D1BC")> _
Public Interface FolderProperties2 _
Inherits FolderProperties
[GuidAttribute("2ACA2576-0738-466F-845F-16062ED8D1BC")]
public interface FolderProperties2 : FolderProperties
[GuidAttribute(L"2ACA2576-0738-466F-845F-16062ED8D1BC")]
public interface class FolderProperties2 : FolderProperties
[<GuidAttribute("2ACA2576-0738-466F-845F-16062ED8D1BC")>]
type FolderProperties2 =
interface
interface FolderProperties
end
public interface FolderProperties2 extends FolderProperties
FolderProperties2 类型公开以下成员。
属性
页首
备注
外部组件可以通过相应的 Visual Studio 自动化对象的 Properties 集合来访问这些属性。(即以下自动化对象:用于项目文件和文件夹的 ProjectItem、用于项目的 Project 和用于配置的 Configuration。)此类型的成员的属性名称可作为访问 Properties 集合的索引器使用。有关通过自动化访问项目属性的更多信息,请参见 访问特定于项目类型的项目、项目项和配置属性。