FlavoredProject.IVsUIHierarchy.QueryClose Method

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

Syntax

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

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

Parameters

Return Value

Type: System.Int32

Implements

IVsUIHierarchy.QueryClose(Int32%)

Permissions

See Also

Reference

FlavoredProject Class

FlavoredProject Members

Microsoft.VisualStudio.Shell.Flavor Namespace