NestedProjectNode.Close Method

Closes a nested project. This method is not implemented.

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

Syntax

'宣言
Public Overrides Function Close As Integer
'使用
Dim instance As NestedProjectNode
Dim returnValue As Integer

returnValue = instance.Close()
public override int Close()
public:
virtual int Close() override
public override function Close() : int

Return Value

Type: System.Int32

S_OK.

Implements

IVsUIHierarchy.Close()
IVsHierarchy.Close()

Remarks

Implementation of closing a nested project is done in CloseNestedProjectNode(), which is called by CloseChildren.

Permissions

See Also

Reference

NestedProjectNode Class

NestedProjectNode Members

Microsoft.VisualStudio.Package Namespace