Url.Directory Property

Returns the unescaped absolute URL for the parent directory that contains the file that is referenced by this URL object.

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

Syntax

'宣言
Public ReadOnly Property Directory As String
'使用
Dim instance As Url
Dim value As String

value = instance.Directory
public string Directory { get; }
public:
property String^ Directory {
    String^ get ();
}
public function get Directory () : String

Property Value

Type: System.String

The unescaped absolute URL of the parent directory.

Permissions

See Also

Reference

Url Class

Url Members

Microsoft.VisualStudio.Shell Namespace