Url.IsFile Property
Determines whether the URL represents a file (as opposed to an HTTP location).
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public ReadOnly Property IsFile As Boolean
public bool IsFile { get; }
public:
property bool IsFile {
bool get ();
}
member IsFile : bool with get
function get IsFile () : boolean
Property Value
Type: Boolean
true if the URL represents a file; otherwise, false.
.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.