ShowDeleteRemoveMessageEventArgs.GetUnhandledNodes Method
Returns a list of all unhandled 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 GetUnhandledNodes ( _
getFileLinks As Boolean _
) As IList(Of IDatabaseNode)
public IList<IDatabaseNode> GetUnhandledNodes(
bool getFileLinks
)
public:
IList<IDatabaseNode^>^ GetUnhandledNodes(
bool getFileLinks
)
member GetUnhandledNodes :
getFileLinks:bool -> IList<IDatabaseNode>
public function GetUnhandledNodes(
getFileLinks : boolean
) : IList<IDatabaseNode>
Parameters
- getFileLinks
Type: System.Boolean
True to return linked files.
Return Value
Type: System.Collections.Generic.IList<IDatabaseNode>
A list of unhandled 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