IVsServiceReferenceMetadataStorageProviderEvents.OnMoved Method

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

Syntax

声明
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
)

Parameters

.NET Framework Security

See Also

Reference

IVsServiceReferenceMetadataStorageProviderEvents Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace