Delete Method
Removes the project from the current solution.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Overridable Sub Delete
'Usage
Dim instance As OAProject
instance.Delete()
public virtual void Delete()
public:
virtual void Delete()
abstract Delete : unit -> unit
override Delete : unit -> unit
public function Delete()
Implements
ProjectDelete()()()()
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace