Share via


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

'Declaration
ReadOnly Property IsDependentFile As Boolean
bool IsDependentFile { get; }
property bool IsDependentFile {
    bool get ();
}
abstract IsDependentFile : bool with get
function get IsDependentFile () : 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.

.NET Framework Security

See Also

Reference

WebFileProperties2 Interface

VsWebSite90 Namespace

CustomTool