WebFileProperties2.IsDependentFile 属性

获取一个值,该值指示 Web 文件是否为依赖文件。 依赖文件是其他文件的子文件。

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

语法

声明
ReadOnly Property IsDependentFile As Boolean
    Get
bool IsDependentFile { get; }
property bool IsDependentFile {
    bool get ();
}
abstract IsDependentFile : bool
function get IsDependentFile () : boolean

属性值

类型:System.Boolean
如果 Web 文件是依赖文件,则为 true;否则为 false。

备注

.aspx 文件的代码隐藏文件就是依赖文件的一个示例。 在**“解决方案资源管理器”**中,依赖文件显示为其他文件的子项。

.NET Framework 安全性

请参见

参考

WebFileProperties2 接口

VsWebSite90 命名空间

CustomTool