IVsServiceReferenceMetadataStorageProviderEvents::OnMoved Method (String^, String^, String^)
Visual Studio 2015
Raises an event when a file or folder has been moved.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
void OnMoved(
String^ pszStorageType,
String^ pszOldSvcmapFilePath,
String^ pszNewSvcmapFilePath
)
Parameters
- pszStorageType
-
Type:
System::String^
The ServiceReferenceType of the XML web service reference.
- pszOldSvcmapFilePath
-
Type:
System::String^
The previous path of the .svcmap file.
- pszNewSvcmapFilePath
-
Type:
System::String^
The new path of the .svcmap file.
Show: