IVsSolutionEvents7.OnBeforeCloseFolder(String) Yöntem

Tanım

Dinleyen istemcilere klasörün kapanmakta olduğunu bildirir.

public:
 void OnBeforeCloseFolder(System::String ^ folderPath);
public:
 void OnBeforeCloseFolder(Platform::String ^ folderPath);
void OnBeforeCloseFolder(std::wstring const & folderPath);
public void OnBeforeCloseFolder (string folderPath);
abstract member OnBeforeCloseFolder : string -> unit
Public Sub OnBeforeCloseFolder (folderPath As String)

Parametreler

folderPath
String

Kapatılacak klasörün tam yolu.

Şunlara uygulanır