IVsServiceReferenceMetadataStorageProviderEvents.OnRemoving 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 ^ pszStorageType, System::String ^ pszOldSvcmapFilePath);
public:
void OnRemoving(Platform::String ^ pszStorageType, Platform::String ^ pszOldSvcmapFilePath);
void OnRemoving(std::wstring const & pszStorageType, std::wstring const & pszOldSvcmapFilePath);
public void OnRemoving (string pszStorageType, string pszOldSvcmapFilePath);
abstract member OnRemoving : string * string -> unit
Public Sub OnRemoving (pszStorageType As String, pszOldSvcmapFilePath As String)
Parameters
- pszStorageType
- String
The ServiceReferenceType of the XML web service reference.
- pszOldSvcmapFilePath
- String
The previous path of the .svcmap file.