VsMSBuildTaskFileManagerClass::Delete Method (String^)

 

Deletes the specified file on disk and removes it from the running document table (RDT).

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

public:
virtual int Delete(
	String^ wszFilename
)

Parameters

wszFilename
Type: System::String^

[in] The filename of the file to be deleted.

Return Value

Type: System::Int32

Returns S_OK if the method is successful; otherwise, returns E_FAIL if the document is in the RDT and something else has a lock on it which cannot be removed automatically.

Return to top
Show: