FlavoredProject.IVsUIHierarchy.Close Method

Namespace:  Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Private Function Close As Integer Implements IVsUIHierarchy.Close
'使用
Dim instance As FlavoredProject
Dim returnValue As Integer

returnValue = CType(instance, IVsUIHierarchy).Close()
int IVsUIHierarchy.Close()
private:
virtual int Close() sealed = IVsUIHierarchy::Close
JScript does not support explicit interface implementations.

Return Value

Type: System.Int32

Implements

IVsUIHierarchy.Close()

Permissions

See Also

Reference

FlavoredProject Class

FlavoredProject Members

Microsoft.VisualStudio.Shell.Flavor Namespace