Deletes a file from the specified path.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Friend Overrides Sub DeleteFromStorage ( _
path As String _
)
'使用
Dim path As String
Me.DeleteFromStorage(path)
protected internal override void DeleteFromStorage(
string path
)
protected public:
virtual void DeleteFromStorage(
String^ path
) override
protected internal override function DeleteFromStorage(
path : String
)
Parameters
path
Type: System.StringThe path of the file to be deleted.
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.