次の方法で共有


IVsServiceReferenceMetadataStorageProviderEvents.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 ( _
    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

  • 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

IVsServiceReferenceMetadataStorageProviderEvents Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace