IVsWCFMetadataStorageProviderEvents.OnRemoved(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 when a file or folder has been removed.
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)
Parameters
- pszOldSvcmapFilePath
- String
The previous path of the .svcmap file.