CodeFolders.Count 属性

获取 CodeFolders 集合中文件夹的数目。

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

语法

声明
ReadOnly Property Count As Integer
    Get
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int
function get Count () : int

属性值

类型:System.Int32
VSWebSite 对象的 CodeFolders 集合属性中的文件夹数。

.NET Framework 安全性

请参见

参考

CodeFolders 接口

VsWebSite 命名空间

VSWebSite

CodeFolders