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
- 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.