ShowDeleteRemoveMessageEventArgs.GetNodes Method
Returns all the nodes that are about to 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 Function GetNodes As IList(Of IDatabaseNode)
public IList<IDatabaseNode> GetNodes()
public:
IList<IDatabaseNode^>^ GetNodes()
member GetNodes : unit -> IList<IDatabaseNode>
public function GetNodes() : IList<IDatabaseNode>
Return Value
Type: System.Collections.Generic.IList<IDatabaseNode>
A list of nodes about to be deleted.
.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