获取一个值,该值指示 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。