FolderNode.DeleteFolder Method

Deletes the directory at the specified location.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable Sub DeleteFolder ( _
    url As String _
)
'使用
Dim instance As FolderNode
Dim url As String

instance.DeleteFolder(url)
public virtual void DeleteFolder(
    string url
)
public:
virtual void DeleteFolder(
    String^ url
)
public function DeleteFolder(
    url : String
)

Parameters

  • url
    Type: System.String

     The location of the directory to delete.

Remarks

Override this method if your folder node does not use the file system, or if you are using a different kind of storage.

Permissions

See Also

Reference

FolderNode Class

FolderNode Members

Microsoft.VisualStudio.Package Namespace