Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
true if this node and all its children are in a state in which they can be closed; otherwise false.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Overridable Function QueryClose As Boolean
'Usage
Dim instance As BaseHierarchyNode
Dim returnValue As Boolean
returnValue = instance.QueryClose()
public virtual bool QueryClose()
public:
virtual bool QueryClose()
public function QueryClose() : boolean
Return Value
Type: System.Boolean
.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.