ProjectContainerNode.OpenChildren Method

Opens nested project nodes and adds them to the project.

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

Syntax

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

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

Return Value

Type: System.Int32

If the method succeeded, S_OK, otherwise an error code.

Implements

IVsParentProject.OpenChildren()

Remarks

This method is an implementation of OpenChildren.

Permissions

See Also

Reference

ProjectContainerNode Class

ProjectContainerNode Members

Microsoft.VisualStudio.Package Namespace