Url::IsFile Property

 

Determines whether the URL represents a file (as opposed to an HTTP location).

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property bool IsFile {
	bool get();
}

Property Value

Type: System::Boolean

true if the URL represents a file; otherwise, false.

Return to top
Show: