IVsWCFMetadataStorageProviderEvents::OnRemoved Method (String^)

 

Raises an event when a file or folder has been removed.

Namespace:   Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

void OnRemoved(
	String^ pszOldSvcmapFilePath
)

Parameters

pszOldSvcmapFilePath
Type: System::String^

The previous path of the .svcmap file.

Return to top
Show: