NestedProjectNode Class

Represents a project node that is nested under another project node in the hierarchy.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Class NestedProjectNode _
    Inherits HierarchyNode _
    Implements IDisposable, IPropertyNotifySink
'使用
Dim instance As NestedProjectNode
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class NestedProjectNode : HierarchyNode, IDisposable, 
    IPropertyNotifySink
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class NestedProjectNode : public HierarchyNode, 
    IDisposable, IPropertyNotifySink
public class NestedProjectNode extends HierarchyNode implements IDisposable, IPropertyNotifySink

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Package.HierarchyNode
    Microsoft.VisualStudio.Package.NestedProjectNode

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

NestedProjectNode Members

Microsoft.VisualStudio.Package Namespace