ShowDeleteRemoveMessageEventArgs.DeleteFromStorage Property
Gets or sets a value that indicates whether the file is to be physically deleted.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property DeleteFromStorage As Boolean
public bool DeleteFromStorage { get; private set; }
public:
property bool DeleteFromStorage {
bool get ();
private: void set (bool value);
}
member DeleteFromStorage : bool with get, private set
function get DeleteFromStorage () : boolean
private function set DeleteFromStorage (value : boolean)
Property Value
Type: System.Boolean
.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
ShowDeleteRemoveMessageEventArgs Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace