IDatabaseNode.SubHierarchyContainsImportedNode Method
Returns a value that indicates whether the sub-hierarchy for this node contains any imported nodes.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Function SubHierarchyContainsImportedNode As Boolean
bool SubHierarchyContainsImportedNode()
bool SubHierarchyContainsImportedNode()
abstract SubHierarchyContainsImportedNode : unit -> bool
function SubHierarchyContainsImportedNode() : boolean
Return Value
Type: System.Boolean
True if this node sub-hierarchy contains any imported nodes. Imported nodes occur when users include partial projects into the project.
.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
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace