IVsServiceReferenceMetadataStorageProviderEvents.OnMoved, méthode
Espace de noms : Microsoft.VisualStudio.WCFReference.Interop
Assembly : Microsoft.VisualStudio.WCFReference.Interop (dans Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntaxe
'Déclaration
Sub OnMoved ( _
pszStorageType As String, _
pszOldSvcmapFilePath As String, _
pszNewSvcmapFilePath As String _
)
void OnMoved(
string pszStorageType,
string pszOldSvcmapFilePath,
string pszNewSvcmapFilePath
)
void OnMoved(
[InAttribute] String^ pszStorageType,
[InAttribute] String^ pszOldSvcmapFilePath,
[InAttribute] String^ pszNewSvcmapFilePath
)
abstract OnMoved :
pszStorageType:string *
pszOldSvcmapFilePath:string *
pszNewSvcmapFilePath:string -> unit
function OnMoved(
pszStorageType : String,
pszOldSvcmapFilePath : String,
pszNewSvcmapFilePath : String
)
Paramètres
- pszStorageType
Type : String
- pszOldSvcmapFilePath
Type : String
- pszNewSvcmapFilePath
Type : String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.