Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes items from the hierarchy.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Sub Remove ( _
removeFromStorage As Boolean _
)
void Remove(
bool removeFromStorage
)
void Remove(
bool removeFromStorage
)
abstract Remove :
removeFromStorage:bool -> unit
function Remove(
removeFromStorage : boolean
)
Parameters
- removeFromStorage
Type: System.Boolean
Deletes the file or folder from the disk.
Remarks
The project can overwrite this.
.NET Framework Security
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace