IVsWCFMetadataStorageProviderEvents.OnRemoved(String) 方法

定义

删除文件或文件夹时引发事件。

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

参数

pszOldSvcmapFilePath
String

.Svcmap 文件的以前路径。

适用于