IVsWCFMetadataStorageProviderEvents::OnRemoving Method (String^)

 

Raises an event before a file or folder is removed.

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

void OnRemoving(
	String^ pszOldSvcmapFilePath
)

Parameters

pszOldSvcmapFilePath
Type: System::String^

The path of the .svcmap file.

Return to top
Show: