FlavoredProject.IVsHierarchy.QueryClose Method

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

Syntax

'宣言
Private Function QueryClose ( _
    <OutAttribute> ByRef canClose As Integer _
) As Integer Implements IVsHierarchy.QueryClose
'使用
Dim instance As FlavoredProject
Dim canClose As Integer
Dim returnValue As Integer

returnValue = CType(instance, IVsHierarchy).QueryClose(canClose)
int IVsHierarchy.QueryClose(
    out int canClose
)
private:
virtual int QueryClose(
    [OutAttribute] int% canClose
) sealed = IVsHierarchy::QueryClose
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IVsHierarchy.QueryClose(Int32%)

Permissions

See Also

Reference

FlavoredProject Class

FlavoredProject Members

Microsoft.VisualStudio.Shell.Flavor Namespace