IVsSolutionEvents7.OnQueryCloseFolder(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Queries listening clients as to whether the folder can be closed.
public:
void OnQueryCloseFolder(System::String ^ folderPath, [Runtime::InteropServices::Out] int % pfCancel);
public void OnQueryCloseFolder (string folderPath, out int pfCancel);
abstract member OnQueryCloseFolder : string * int -> unit
Public Sub OnQueryCloseFolder (folderPath As String, ByRef pfCancel As Integer)
Parameters
- folderPath
- String
Full path to the folder to be closed.
- pfCancel
- Int32
true if the client vetoed the closing of the folder. false if the client approved the closing of the folder.