ShowDeleteRemoveMessageEventArgs.GetHandledNodes Method
Returns a list of all handled nodes.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Function GetHandledNodes As IList(Of IDatabaseNode)
public IList<IDatabaseNode> GetHandledNodes()
public:
IList<IDatabaseNode^>^ GetHandledNodes()
member GetHandledNodes : unit -> IList<IDatabaseNode>
public function GetHandledNodes() : IList<IDatabaseNode>
Return Value
Type: System.Collections.Generic.IList<IDatabaseNode>
A list of handled nodes.
.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