共用方式為


IVsWCFMetadataStorageProvider.GetStorageFromMapFile 方法

傳回.svcmap 檔案的完整路徑為基礎的 Windows 通訊資格中繼資料存放區。

命名空間:  Microsoft.VisualStudio.WCFReference.Interop
組件:  Microsoft.VisualStudio.WCFReference.Interop (在 Microsoft.VisualStudio.WCFReference.Interop.dll 中)

語法

'宣告
Function GetStorageFromMapFile ( _
    pszMapFilePath As String _
) As IVsWCFMetadataStorage
IVsWCFMetadataStorage GetStorageFromMapFile(
    string pszMapFilePath
)
IVsWCFMetadataStorage^ GetStorageFromMapFile(
    [InAttribute] String^ pszMapFilePath
)
abstract GetStorageFromMapFile : 
        pszMapFilePath:string -> IVsWCFMetadataStorage
function GetStorageFromMapFile(
    pszMapFilePath : String
) : IVsWCFMetadataStorage

參數

  • pszMapFilePath
    類型:String

    檔案的路徑。

傳回值

類型:Microsoft.VisualStudio.WCFReference.Interop.IVsWCFMetadataStorage
WCF 中繼資料儲存體物件。

.NET Framework 安全性

請參閱

參考

IVsWCFMetadataStorageProvider 介面

Microsoft.VisualStudio.WCFReference.Interop 命名空間