IVsServiceReferenceMetadataStorageProviderEvents.OnRemoved 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 ^ pszStorageType, System::String ^ pszOldSvcmapFilePath);
public:
void OnRemoved(Platform::String ^ pszStorageType, Platform::String ^ pszOldSvcmapFilePath);
void OnRemoved(std::wstring const & pszStorageType, std::wstring const & pszOldSvcmapFilePath);
public void OnRemoved (string pszStorageType, string pszOldSvcmapFilePath);
abstract member OnRemoved : string * string -> unit
Public Sub OnRemoved (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.