Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.