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. 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
- 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.