IVsWCFMetadataStorageProviderEvents.OnRemoving(String) 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.
Raises an event before a file or folder is removed.
public:
void OnRemoving(System::String ^ pszOldSvcmapFilePath);
public:
void OnRemoving(Platform::String ^ pszOldSvcmapFilePath);
void OnRemoving(std::wstring const & pszOldSvcmapFilePath);
public void OnRemoving (string pszOldSvcmapFilePath);
abstract member OnRemoving : string -> unit
Public Sub OnRemoving (pszOldSvcmapFilePath As String)
Parameters
- pszOldSvcmapFilePath
- String
The path of the .svcmap file.