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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。