Partager via


IVsServiceReferenceMetadataStorageProviderEvents.OnRenamed, méthode

Espace de noms :  Microsoft.VisualStudio.WCFReference.Interop
Assembly :  Microsoft.VisualStudio.WCFReference.Interop (dans Microsoft.VisualStudio.WCFReference.Interop.dll)

Syntaxe

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

Paramètres

  • pszStorageType
    Type : String
  • pszOldSvcmapFilePath
    Type : String
  • pszNewSvcmapFilePath
    Type : String

Sécurité .NET Framework

Voir aussi

Référence

IVsServiceReferenceMetadataStorageProviderEvents Interface

Microsoft.VisualStudio.WCFReference.Interop, espace de noms