BaseUIHierarchy.QueryClose Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Overridable Function QueryClose ( _
<OutAttribute> ByRef fCanClose As Integer _
) As Integer
public virtual int QueryClose(
out int fCanClose
)
public:
virtual int QueryClose(
[OutAttribute] int% fCanClose
)
abstract QueryClose :
fCanClose:int byref -> int
override QueryClose :
fCanClose:int byref -> int
public function QueryClose(
fCanClose : int
) : int
Parameters
- fCanClose
Type: System.Int32%
Return Value
Type: System.Int32
Implements
IVsUIHierarchy.QueryClose(Int32%)
IVsHierarchy.QueryClose(Int32%)
.NET Framework Security
- 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.