指定网站文件夹的属性。
命名空间:  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 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | __id | 基础结构。获取 Web 文件夹属性的 ID。 | 
| .gif) | CodeLanguage | 获取代码文件夹中文件的编程语言。 | 
| .gif) | Extender | 获取 Web 文件夹属性的扩展对象。 | 
| .gif) | ExtenderCATID | 获取对象扩展分类 ID(CATID)。 | 
| .gif) | ExtenderNames | 获取此对象的可用 Extender 的列表。 | 
| .gif) | FileName | 获取或设置文件夹的名称。 | 
| .gif) | FolderType | 获取枚举中 webFolderType 文件夹类型。 | 
| .gif) | FullPath | 获取文件夹本地副本的完整路径。 | 
| .gif) | MergeInProgress | 获取一个指定合并是否正在进行的布尔值。 | 
| .gif) | RelativeURL | 获取文件夹相对于 Web 根目录的 URL。 | 
| .gif) | URL | 获取文件夹的 URL。 | 
页首
备注
使用 ProjectItem 对象可按名称访问属性。