Share via


IVsWCFMetadataStorageProviderEvents.OnRenamed Method

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

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

Syntax

'Declaration
Sub OnRenamed ( _
    pszOldSvcmapFilePath As String, _
    pszNewSvcmapFilePath As String _
)
void OnRenamed(
    string pszOldSvcmapFilePath,
    string pszNewSvcmapFilePath
)
void OnRenamed(
    [InAttribute] String^ pszOldSvcmapFilePath, 
    [InAttribute] String^ pszNewSvcmapFilePath
)
abstract OnRenamed : 
        pszOldSvcmapFilePath:string * 
        pszNewSvcmapFilePath:string -> unit
function OnRenamed(
    pszOldSvcmapFilePath : String, 
    pszNewSvcmapFilePath : String
)

Parameters

  • pszOldSvcmapFilePath
    Type: String

    The previous path of the .svcmap file.

  • pszNewSvcmapFilePath
    Type: String

    The new path of the .svcmap file.

.NET Framework Security

See Also

Reference

IVsWCFMetadataStorageProviderEvents Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace