WebFolderProperties 接口

指定网站文件夹的属性。

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

语法

声明
<GuidAttribute("422AC997-E209-4FAA-8DC6-9D2E5EFA4216")> _
Public Interface WebFolderProperties
[GuidAttribute("422AC997-E209-4FAA-8DC6-9D2E5EFA4216")]
public interface WebFolderProperties
[GuidAttribute(L"422AC997-E209-4FAA-8DC6-9D2E5EFA4216")]
public interface class WebFolderProperties
[<GuidAttribute("422AC997-E209-4FAA-8DC6-9D2E5EFA4216")>]
type WebFolderProperties =  interface end
public interface WebFolderProperties

WebFolderProperties 类型公开以下成员。

属性

  名称 说明
公共属性 __id 基础结构。获取 Web 文件夹属性的 ID。
公共属性 CodeLanguage 获取代码文件夹中文件的编程语言。
公共属性 Extender 获取 Web 文件夹属性的扩展对象。
公共属性 ExtenderCATID 获取对象扩展分类 ID(CATID)。
公共属性 ExtenderNames 获取此对象的可用 Extender 的列表。
公共属性 FileName 获取或设置文件夹的名称。
公共属性 FolderType 获取枚举中 webFolderType 文件夹类型。
公共属性 FullPath 获取文件夹本地副本的完整路径。
公共属性 MergeInProgress 获取一个指定合并是否正在进行的布尔值。
公共属性 RelativeURL 获取文件夹相对于 Web 根目录的 URL。
公共属性 URL 获取文件夹的 URL。

页首

备注

使用 ProjectItem 对象可按名称访问属性。

请参见

参考

VsWebSite 命名空间

ProjectItem