Closes the project and clears reference libraries.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overrides Function Close As Integer
'使用
Dim instance As ProjectNode
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
Implements
IVsUIHierarchy.Close()
IVsHierarchy.Close()
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.