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.StringThe 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
- 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.