CanDeleteRequestEventArgs.Node Property
Gets or sets the node that can be 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 Node As IDatabaseNode
public IDatabaseNode Node { get; private set; }
public:
property IDatabaseNode^ Node {
IDatabaseNode^ get ();
private: void set (IDatabaseNode^ value);
}
member Node : IDatabaseNode with get, private set
function get Node () : IDatabaseNode
private function set Node (value : IDatabaseNode)
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseNode
Remarks
Cancel the associated event to cancel the ability to delete this node.
.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
CanDeleteRequestEventArgs Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace