WebFileProperties2.IsDependentFile Property
Gets a value that indicates whether the Web file is a dependent file. Dependent files are children of other files.
Namespace: VsWebSite90
Assembly: VsWebSite.Interop90 (in VsWebSite.Interop90.dll)
Syntax
bool IsDependentFile { get; }
property bool IsDependentFile {
bool get();
}
abstract IsDependentFile : bool with get
ReadOnly Property IsDependentFile As Boolean
Property Value
Type: System.Boolean
true if the Web file is a dependent file; otherwise, false.
Remarks
An example of a dependent file is the code-behind file for an .aspx file. In Solution Explorer, dependent files appear as subitems of other files.
See Also
CustomTool
WebFileProperties2 Interface
VsWebSite90 Namespace
Return to top