Share via


BaseHierarchyNode.QueryCloseAndPromptSave Method

true if this node and all its children are in a state in which they can be closed; otherwise false. Prompts to save all the dirty nodes under this node.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Function QueryCloseAndPromptSave As Boolean
'Usage
Dim instance As BaseHierarchyNode 
Dim returnValue As Boolean 

returnValue = instance.QueryCloseAndPromptSave()
public bool QueryCloseAndPromptSave()
public:
bool QueryCloseAndPromptSave()
public function QueryCloseAndPromptSave() : boolean

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

BaseHierarchyNode Class

BaseHierarchyNode Members

Microsoft.TeamFoundation.Common Namespace