次の方法で共有


IVsWCFMetadataStorageProviderEvents.OnMoved Method

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

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

Syntax

'宣言
Sub OnMoved ( _
    pszOldSvcmapFilePath As String, _
    pszNewSvcmapFilePath As String _
)
void OnMoved(
    string pszOldSvcmapFilePath,
    string pszNewSvcmapFilePath
)
void OnMoved(
    [InAttribute] String^ pszOldSvcmapFilePath, 
    [InAttribute] String^ pszNewSvcmapFilePath
)
abstract OnMoved : 
        pszOldSvcmapFilePath:string * 
        pszNewSvcmapFilePath:string -> unit 
function OnMoved(
    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