ProjectContainerNode.CloseChildren Method

Closes all subprojects.

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

Syntax

'宣言
Public Overridable Function CloseChildren As Integer
'使用
Dim instance As ProjectContainerNode
Dim returnValue As Integer

returnValue = instance.CloseChildren()
public virtual int CloseChildren()
public:
virtual int CloseChildren()
public function CloseChildren() : int

Return Value

Type: System.Int32

S_OK if the method succeeded, otherwise an error code.

Implements

IVsParentProject.CloseChildren()

Permissions

See Also

Reference

ProjectContainerNode Class

ProjectContainerNode Members

Microsoft.VisualStudio.Package Namespace